#D82194

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

Shades of Deep Cerise #D82194

Tints of Deep Cerise #D82194

Color information

#D82194 (or 0xD82194) is unknown color: approx Deep Cerise. HEX triplet: D8, 21 and 94. RGB value is (216,33,148). Sum of RGB (Red+Green+Blue) = 216+33+148=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D82194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82194 is #27DE6B. Grayscale: #646464. Windows color (decimal): -2612844 or 9707992. OLE color: 9707992.

HSL color Cylindrical-coordinate representation of color #D82194: hue angle of 322.3º 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 #D82194 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB21633148-
CMYK00.850.310.15
HSL322.3º73.49%48.82%-
HSV(B)322.3º84.72%84.71%-
XYZ34.2117.8229.65-
YUV100.83154.63210.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.41%
GREEN value IS 33 (13.28% from 255) = 8.31%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=54.41%
G=8.31%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163314800.850.310.15322.373.4948.82
HexD821940551FF1424931
Octal330412240125371750211161
Binary1101100010000110010100010101011111111111010000101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82194; }

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

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

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

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

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

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

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

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