#D64975

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

Shades of Cranberry #D64975

Tints of Cranberry #D64975

Color information

#D64975 (or 0xD64975) is unknown color: approx Cranberry. HEX triplet: D6, 49 and 75. RGB value is (214,73,117). Sum of RGB (Red+Green+Blue) = 214+73+117=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D64975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64975 is #29B68A. Grayscale: #787878. Windows color (decimal): -2733707 or 7686614. OLE color: 7686614.

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

Color convert

RGB21473117-
CMYK00.660.450.16
HSL341.28º63.23%56.27%-
HSV(B)341.28º65.89%83.92%-
XYZ33.3220.3519-
YUV120.17126.21194.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.97%
GREEN value IS 73 (28.91% from 255) = 18.07%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=52.97%
G=18.07%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147311700.660.450.16341.2863.2356.27
HexD649750422D101553f38
Octal326111165010255205257770
Binary11010110100100111101010100001010110110000101010101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64975; }

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

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

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

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

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

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

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

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