#D04E80

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

Shades of Cranberry #D04E80

Tints of Cranberry #D04E80

Color information

#D04E80 (or 0xD04E80) is unknown color: approx Cranberry. HEX triplet: D0, 4E and 80. RGB value is (208,78,128). Sum of RGB (Red+Green+Blue) = 208+78+128=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04E80 is #2FB17F. Grayscale: #7A7A7A. Windows color (decimal): -3125632 or 8408784. OLE color: 8408784.

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

Color convert

RGB20878128-
CMYK00.620.380.18
HSL336.92º58.04%56.08%-
HSV(B)336.92º62.5%81.57%-
XYZ32.6320.4222.64-
YUV122.57131.07188.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.24%
GREEN value IS 78 (30.86% from 255) = 18.84%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=50.24%
G=18.84%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087812800.620.380.18336.9258.0456.08
HexD04E8003E26121513a38
Octal32011620007646225217270
Binary11010000100111010000000011111010011010010101010001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04E80; }

 p { color: rgb(208,78,128); }

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

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

 a { background-color: rgb(208,78,128); }

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

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

 span { border-color: rgb(208,78,128); }

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