#d64e75

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

Shades of Cranberry #D64E75

Tints of Cranberry #D64E75

Color information

#D64E75 (or 0xD64E75) is unknown color: approx Cranberry. HEX triplet: D6, 4E and 75. RGB value is (214,78,117). Sum of RGB (Red+Green+Blue) = 214+78+117=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E75 is #29B18A. Grayscale: #7B7B7B. Windows color (decimal): -2732427 or 7687894. OLE color: 7687894.

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

Color convert

RGB21478117-
CMYK00.640.450.16
HSL342.79º62.39%57.25%-
HSV(B)342.79º63.55%83.92%-
XYZ33.6721.0319.11-
YUV123.11124.56192.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=52.32%
G=19.07%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147811700.640.450.16342.7962.3957.25
HexD64E750402D101573e39
Octal326116165010055205277671
Binary11010110100111011101010100000010110110000101010111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d64e75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d64e75; }

 p { color: rgb(214,78,117); }

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

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

 a { background-color: rgb(214,78,117); }

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

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

 span { border-color: rgb(214,78,117); }

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