#D75082

Color #D75082 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D75082

Tints of Cranberry #D75082

Color information

#D75082 (or 0xD75082) is unknown color: approx Cranberry. HEX triplet: D7, 50 and 82. RGB value is (215,80,130). Sum of RGB (Red+Green+Blue) = 215+80+130=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D75082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75082 is #28AF7D. Grayscale: #7D7D7D. Windows color (decimal): -2666366 or 8540375. OLE color: 8540375.

HSL color Cylindrical-coordinate representation of color #D75082: hue angle of 337.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75082 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB21580130-
CMYK00.630.400.16
HSL337.78º62.79%57.84%-
HSV(B)337.78º62.79%84.31%-
XYZ34.9221.823.49-
YUV126.06130.23191.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 50.59%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=50.59%
G=18.82%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158013000.630.400.16337.7862.7957.84
HexD7508203F28101523f3a
Octal32712020207750205227772
Binary11010111101000010000010011111110100010000101010010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75082; }

 p { color: rgb(215,80,130); }

 H1.HeaderClassName
 {
   color: #D75082;
 }
 .AnyTagClassName
 {
   color: #D75082;
 }
</style>
background-color css

<style>
 a { background-color: #D75082; }

 a { background-color: rgb(215,80,130); }

 div.DivClassName
 {
   background-color: #D75082;
 }
 .BgClassName
 {
   background-color: #D75082;
 }
</style>
border-color css

<style>
 span { border-color: #D75082; }

 span { border-color: rgb(215,80,130); }

 td.TdClassName
 {
   border-color: #D75082;
 }
 .TagClassName
 {
   border-color: #D75082;
 }
</style>