#d82175

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

Shades of Deep Cerise #D82175

Tints of Deep Cerise #D82175

Color information

#D82175 (or 0xD82175) is unknown color: approx Deep Cerise. HEX triplet: D8, 21 and 75. RGB value is (216,33,117). Sum of RGB (Red+Green+Blue) = 216+33+117=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D82175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82175 is #27DE8A. Grayscale: #616161. Windows color (decimal): -2612875 or 7676376. OLE color: 7676376.

HSL color Cylindrical-coordinate representation of color #D82175: hue angle of 332.46º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82175 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB21633117-
CMYK00.850.460.15
HSL332.46º73.49%48.82%-
HSV(B)332.46º84.72%84.71%-
XYZ32.0716.9718.41-
YUV97.29139.13212.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.02%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=59.02%
G=9.02%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163311700.850.460.15332.4673.4948.82
HexD821750552EF14c4931
Octal330411650125561751411161
Binary1101100010000111101010101010110111011111010011001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d82175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d82175; }

 p { color: rgb(216,33,117); }

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

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

 a { background-color: rgb(216,33,117); }

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

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

 span { border-color: rgb(216,33,117); }

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