#D45077

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

Shades of Cranberry #D45077

Tints of Cranberry #D45077

Color information

#D45077 (or 0xD45077) is unknown color: approx Cranberry. HEX triplet: D4, 50 and 77. RGB value is (212,80,119). Sum of RGB (Red+Green+Blue) = 212+80+119=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D45077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45077 is #2BAF88. Grayscale: #7B7B7B. Windows color (decimal): -2862985 or 7819476. OLE color: 7819476.

HSL color Cylindrical-coordinate representation of color #D45077: hue angle of 342.27º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45077 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB21280119-
CMYK00.620.440.17
HSL342.27º60.55%57.25%-
HSV(B)342.27º62.26%83.14%-
XYZ33.3521.0719.76-
YUV123.91125.23190.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.58%
GREEN value IS 80 (31.64% from 255) = 19.46%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=51.58%
G=19.46%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128011900.620.440.17342.2760.5557.25
HexD4507703E2C111563d39
Octal32412016707654215267571
Binary1101010010100001110111011111010110010001101010110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45077; }

 p { color: rgb(212,80,119); }

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

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

 a { background-color: rgb(212,80,119); }

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

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

 span { border-color: rgb(212,80,119); }

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