#D65172

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

Shades of Cranberry #D65172

Tints of Cranberry #D65172

Color information

#D65172 (or 0xD65172) is unknown color: approx Cranberry. HEX triplet: D6, 51 and 72. RGB value is (214,81,114). Sum of RGB (Red+Green+Blue) = 214+81+114=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D65172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65172 is #29AE8D. Grayscale: #7C7C7C. Windows color (decimal): -2731662 or 7492054. OLE color: 7492054.

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

Color convert

RGB21481114-
CMYK00.620.470.16
HSL345.11º61.86%57.84%-
HSV(B)345.11º62.15%83.92%-
XYZ33.7121.418.27-
YUV124.53122.06191.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 81 (32.03% from 255) = 19.80%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=52.32%
G=19.80%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148111400.620.470.16345.1161.8657.84
HexD6517203E2F101593e3a
Octal32612116207657205317672
Binary1101011010100011110010011111010111110000101011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65172; }

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

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

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

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

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

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

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

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