#D04C75

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

Shades of Cranberry #D04C75

Tints of Cranberry #D04C75

Color information

#D04C75 (or 0xD04C75) is unknown color: approx Cranberry. HEX triplet: D0, 4C and 75. RGB value is (208,76,117). Sum of RGB (Red+Green+Blue) = 208+76+117=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C75 is #2FB38A. Grayscale: #787878. Windows color (decimal): -3126155 or 7687376. OLE color: 7687376.

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

Color convert

RGB20876117-
CMYK00.630.440.18
HSL341.36º58.41%55.69%-
HSV(B)341.36º63.46%81.57%-
XYZ31.8119.8618.99-
YUV120.14126.23190.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.87%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=51.87%
G=18.95%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087611700.630.440.18341.3658.4155.69
HexD04C7503F2C121553a38
Octal32011416507754225257270
Binary1101000010011001110101011111110110010010101010101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04C75; }

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

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

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

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

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

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

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

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