#D64F80

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

Shades of Cranberry #D64F80

Tints of Cranberry #D64F80

Color information

#D64F80 (or 0xD64F80) is unknown color: approx Cranberry. HEX triplet: D6, 4F and 80. RGB value is (214,79,128). Sum of RGB (Red+Green+Blue) = 214+79+128=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F80 is #29B07F. Grayscale: #7C7C7C. Windows color (decimal): -2732160 or 8409046. OLE color: 8409046.

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

Color convert

RGB21479128-
CMYK00.630.400.16
HSL338.22º62.21%57.45%-
HSV(B)338.22º63.08%83.92%-
XYZ34.4221.4522.75-
YUV124.95129.73191.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.83%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=50.83%
G=18.76%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147912800.630.400.16338.2262.2157.45
HexD64F8003F28101523e39
Octal32611720007750205227671
Binary11010110100111110000000011111110100010000101010010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64F80; }

 p { color: rgb(214,79,128); }

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

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

 a { background-color: rgb(214,79,128); }

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

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

 span { border-color: rgb(214,79,128); }

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