#D64179

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

Shades of Cranberry #D64179

Tints of Cranberry #D64179

Color information

#D64179 (or 0xD64179) is unknown color: approx Cranberry. HEX triplet: D6, 41 and 79. RGB value is (214,65,121). Sum of RGB (Red+Green+Blue) = 214+65+121=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D64179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64179 is #29BE86. Grayscale: #737373. Windows color (decimal): -2735751 or 7946710. OLE color: 7946710.

HSL color Cylindrical-coordinate representation of color #D64179: hue angle of 337.45º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64179 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB21465121-
CMYK00.700.430.16
HSL337.45º64.5%54.71%-
HSV(B)337.45º69.63%83.92%-
XYZ33.0719.4620.1-
YUV115.93130.86197.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 65 (25.78% from 255) = 16.25%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=53.5%
G=16.25%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146512100.700.430.16337.4564.554.71
HexD641790462B101514137
Octal3261011710106532052110167
Binary110101101000001111100101000110101011100001010100011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64179; }

 p { color: rgb(214,65,121); }

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

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

 a { background-color: rgb(214,65,121); }

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

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

 span { border-color: rgb(214,65,121); }

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