#D65477

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

Shades of Cranberry #D65477

Tints of Cranberry #D65477

Color information

#D65477 (or 0xD65477) is unknown color: approx Cranberry. HEX triplet: D6, 54 and 77. RGB value is (214,84,119). Sum of RGB (Red+Green+Blue) = 214+84+119=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D65477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65477 is #29AB88. Grayscale: #7E7E7E. Windows color (decimal): -2730889 or 7820502. OLE color: 7820502.

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

Color convert

RGB21484119-
CMYK00.610.440.16
HSL343.85º61.32%58.43%-
HSV(B)343.85º60.75%83.92%-
XYZ34.2321.9719.89-
YUV126.86123.57190.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 119 (46.88% from 255) = 28.54%
R=51.32%
G=20.14%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148411900.610.440.16343.8561.3258.43
HexD6547703D2C101583d3a
Octal32612416707554205307572
Binary1101011010101001110111011110110110010000101011000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65477; }

 p { color: rgb(214,84,119); }

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

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

 a { background-color: rgb(214,84,119); }

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

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

 span { border-color: rgb(214,84,119); }

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