#D92188

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

Shades of Deep Cerise #D92188

Tints of Deep Cerise #D92188

Color information

#D92188 (or 0xD92188) is unknown color: approx Deep Cerise. HEX triplet: D9, 21 and 88. RGB value is (217,33,136). Sum of RGB (Red+Green+Blue) = 217+33+136=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D92188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92188 is #26DE77. Grayscale: #636363. Windows color (decimal): -2547320 or 8921561. OLE color: 8921561.

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

Color convert

RGB21733136-
CMYK00.850.370.15
HSL326.41º73.6%49.02%-
HSV(B)326.41º84.79%85.1%-
XYZ33.617.6224.92-
YUV99.76148.46211.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.22%
GREEN value IS 33 (13.28% from 255) = 8.55%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=56.22%
G=8.55%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173313600.850.370.15326.4173.649.02
HexD9218805525F1464a31
Octal331412100125451750611261
Binary11011001100001100010000101010110010111111010001101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92188; }

 p { color: rgb(217,33,136); }

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

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

 a { background-color: rgb(217,33,136); }

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

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

 span { border-color: rgb(217,33,136); }

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