#D64D7B

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

Shades of Cranberry #D64D7B

Tints of Cranberry #D64D7B

Color information

#D64D7B (or 0xD64D7B) is unknown color: approx Cranberry. HEX triplet: D6, 4D and 7B. RGB value is (214,77,123). Sum of RGB (Red+Green+Blue) = 214+77+123=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D7B is #29B284. Grayscale: #7B7B7B. Windows color (decimal): -2732677 or 8080854. OLE color: 8080854.

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

Color convert

RGB21477123-
CMYK00.640.430.16
HSL339.85º62.56%57.06%-
HSV(B)339.85º64.02%83.92%-
XYZ33.9621.0321.01-
YUV123.21127.89192.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.69%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=51.69%
G=18.60%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147712300.640.430.16339.8562.5657.06
HexD64D7B0402B101543f39
Octal326115173010053205247771
Binary11010110100110111110110100000010101110000101010100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64D7B; }

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

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

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

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

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

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

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

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