#D92C7F

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

Shades of Deep Cerise #D92C7F

Tints of Deep Cerise #D92C7F

Color information

#D92C7F (or 0xD92C7F) is unknown color: approx Deep Cerise. HEX triplet: D9, 2C and 7F. RGB value is (217,44,127). Sum of RGB (Red+Green+Blue) = 217+44+127=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92C7F is #26D380. Grayscale: #696969. Windows color (decimal): -2544513 or 8334553. OLE color: 8334553.

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

Color convert

RGB21744127-
CMYK00.800.410.15
HSL331.21º69.48%51.18%-
HSV(B)331.21º79.72%85.1%-
XYZ33.3518.0921.81-
YUV105.19140.31207.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.93%
GREEN value IS 44 (17.58% from 255) = 11.34%
BLUE value IS 127 (50% from 255) = 32.73%
R=55.93%
G=11.34%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174412700.800.410.15331.2169.4851.18
HexD92C7F05029F14b4533
Octal331541770120511751310563
Binary1101100110110011111110101000010100111111010010111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92C7F; }

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

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

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

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

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

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

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

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