#D65179

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

Shades of Cranberry #D65179

Tints of Cranberry #D65179

Color information

#D65179 (or 0xD65179) is unknown color: approx Cranberry. HEX triplet: D6, 51 and 79. RGB value is (214,81,121). Sum of RGB (Red+Green+Blue) = 214+81+121=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D65179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65179 is #29AE86. Grayscale: #7D7D7D. Windows color (decimal): -2731655 or 7950806. OLE color: 7950806.

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

Color convert

RGB21481121-
CMYK00.620.430.16
HSL341.95º61.86%57.84%-
HSV(B)341.95º62.15%83.92%-
XYZ34.1321.5620.45-
YUV125.33125.56191.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.44%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=51.44%
G=19.47%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148112100.620.430.16341.9561.8657.84
HexD6517903E2B101563e3a
Octal32612117107653205267672
Binary1101011010100011111001011111010101110000101010110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65179; }

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

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

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

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

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

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

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

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