#D65F77

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

Shades of Cranberry #D65F77

Tints of Cranberry #D65F77

Color information

#D65F77 (or 0xD65F77) is unknown color: approx Cranberry. HEX triplet: D6, 5F and 77. RGB value is (214,95,119). Sum of RGB (Red+Green+Blue) = 214+95+119=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F77 is #29A088. Grayscale: #858585. Windows color (decimal): -2728073 or 7823318. OLE color: 7823318.

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

Color convert

RGB21495119-
CMYK00.560.440.16
HSL347.9º59.2%60.59%-
HSV(B)347.9º55.61%83.92%-
XYZ35.1523.8120.2-
YUV133.32119.92185.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 119 (46.88% from 255) = 27.80%
R=50%
G=22.20%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149511900.560.440.16347.959.260.59
HexD65F770382C1015c3b3d
Octal32613716707054205347375
Binary1101011010111111110111011100010110010000101011100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65F77; }

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

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

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

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

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

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

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

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