#D92286

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

Shades of Deep Cerise #D92286

Tints of Deep Cerise #D92286

Color information

#D92286 (or 0xD92286) is unknown color: approx Deep Cerise. HEX triplet: D9, 22 and 86. RGB value is (217,34,134). Sum of RGB (Red+Green+Blue) = 217+34+134=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D92286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92286 is #26DD79. Grayscale: #636363. Windows color (decimal): -2547066 or 8790745. OLE color: 8790745.

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

Color convert

RGB21734134-
CMYK00.840.380.15
HSL327.21º72.91%49.22%-
HSV(B)327.21º84.33%85.1%-
XYZ33.4917.6224.19-
YUV100.12147.13211.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.36%
GREEN value IS 34 (13.67% from 255) = 8.83%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=56.36%
G=8.83%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173413400.840.380.15327.2172.9149.22
HexD9228605426F1474931
Octal331422060124461750711161
Binary11011001100010100001100101010010011011111010001111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92286; }

 p { color: rgb(217,34,134); }

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

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

 a { background-color: rgb(217,34,134); }

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

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

 span { border-color: rgb(217,34,134); }

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