#D04075

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

Shades of Cranberry #D04075

Tints of Cranberry #D04075

Color information

#D04075 (or 0xD04075) is unknown color: approx Cranberry. HEX triplet: D0, 40 and 75. RGB value is (208,64,117). Sum of RGB (Red+Green+Blue) = 208+64+117=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D04075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04075 is #2FBF8A. Grayscale: #717171. Windows color (decimal): -3129227 or 7684304. OLE color: 7684304.

HSL color Cylindrical-coordinate representation of color #D04075: hue angle of 337.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04075 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20864117-
CMYK00.690.440.18
HSL337.92º60.5%53.33%-
HSV(B)337.92º69.23%81.57%-
XYZ31.0618.3618.74-
YUV113.1130.21195.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.47%
GREEN value IS 64 (25.39% from 255) = 16.45%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=53.47%
G=16.45%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086411700.690.440.18337.9260.553.33
HexD040750452C121523d35
Octal320100165010554225227565
Binary11010000100000011101010100010110110010010101010010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04075; }

 p { color: rgb(208,64,117); }

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

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

 a { background-color: rgb(208,64,117); }

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

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

 span { border-color: rgb(208,64,117); }

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