#D64D7C

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

Shades of Cranberry #D64D7C

Tints of Cranberry #D64D7C

Color information

#D64D7C (or 0xD64D7C) is unknown color: approx Cranberry. HEX triplet: D6, 4D and 7C. RGB value is (214,77,124). Sum of RGB (Red+Green+Blue) = 214+77+124=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D7C is #29B283. Grayscale: #7B7B7B. Windows color (decimal): -2732676 or 8146390. OLE color: 8146390.

HSL color Cylindrical-coordinate representation of color #D64D7C: hue angle of 339.42º 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 #D64D7C is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21477124-
CMYK00.640.420.16
HSL339.42º62.56%57.06%-
HSV(B)339.42º64.02%83.92%-
XYZ34.0221.0621.34-
YUV123.32128.39192.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 77 (30.47% from 255) = 18.55%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=51.57%
G=18.55%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147712400.640.420.16339.4262.5657.06
HexD64D7C0402A101533f39
Octal326115174010052205237771
Binary11010110100110111111000100000010101010000101010011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64D7C; }

 p { color: rgb(214,77,124); }

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

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

 a { background-color: rgb(214,77,124); }

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

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

 span { border-color: rgb(214,77,124); }

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