#D92C88

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

Shades of Deep Cerise #D92C88

Tints of Deep Cerise #D92C88

Color information

#D92C88 (or 0xD92C88) is unknown color: approx Deep Cerise. HEX triplet: D9, 2C and 88. RGB value is (217,44,136). Sum of RGB (Red+Green+Blue) = 217+44+136=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92C88 is #26D377. Grayscale: #6A6A6A. Windows color (decimal): -2544504 or 8924377. OLE color: 8924377.

HSL color Cylindrical-coordinate representation of color #D92C88: hue angle of 328.09º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92C88 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB21744136-
CMYK00.800.370.15
HSL328.09º69.48%51.18%-
HSV(B)328.09º79.72%85.1%-
XYZ33.9618.3325.04-
YUV106.22144.81207.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.66%
GREEN value IS 44 (17.58% from 255) = 11.08%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=54.66%
G=11.08%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174413600.800.370.15328.0969.4851.18
HexD92C8805025F1484533
Octal331542100120451751010563
Binary11011001101100100010000101000010010111111010010001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92C88; }

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

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

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

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

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

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

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

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