#D64C77

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

Shades of Cranberry #D64C77

Tints of Cranberry #D64C77

Color information

#D64C77 (or 0xD64C77) is unknown color: approx Cranberry. HEX triplet: D6, 4C and 77. RGB value is (214,76,119). Sum of RGB (Red+Green+Blue) = 214+76+119=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C77 is #29B388. Grayscale: #7A7A7A. Windows color (decimal): -2732937 or 7818454. OLE color: 7818454.

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

Color convert

RGB21476119-
CMYK00.640.440.16
HSL341.3º62.73%56.86%-
HSV(B)341.3º64.49%83.92%-
XYZ33.6520.819.69-
YUV122.16126.22193.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 76 (30.08% from 255) = 18.58%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=52.32%
G=18.58%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147611900.640.440.16341.362.7356.86
HexD64C770402C101553f39
Octal326114167010054205257771
Binary11010110100110011101110100000010110010000101010101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64C77; }

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

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

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

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

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

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

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

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