#D92C7D

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

Shades of Deep Cerise #D92C7D

Tints of Deep Cerise #D92C7D

Color information

#D92C7D (or 0xD92C7D) is unknown color: approx Deep Cerise. HEX triplet: D9, 2C and 7D. RGB value is (217,44,125). Sum of RGB (Red+Green+Blue) = 217+44+125=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92C7D is #26D382. Grayscale: #686868. Windows color (decimal): -2544515 or 8203481. OLE color: 8203481.

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

Color convert

RGB21744125-
CMYK00.800.420.15
HSL331.91º69.48%51.18%-
HSV(B)331.91º79.72%85.1%-
XYZ33.2218.0321.13-
YUV104.96139.31207.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.22%
GREEN value IS 44 (17.58% from 255) = 11.40%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=56.22%
G=11.40%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174412500.800.420.15331.9169.4851.18
HexD92C7D0502AF14c4533
Octal331541750120521751410563
Binary1101100110110011111010101000010101011111010011001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92C7D; }

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

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

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

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

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

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

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

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