#D92172

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

Shades of Cerise #D92172

Tints of Cerise #D92172

Color information

#D92172 (or 0xD92172) is unknown color: approx Cerise. HEX triplet: D9, 21 and 72. RGB value is (217,33,114). Sum of RGB (Red+Green+Blue) = 217+33+114=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D92172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92172 is #26DE8D. Grayscale: #616161. Windows color (decimal): -2547342 or 7479769. OLE color: 7479769.

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

Color convert

RGB21733114-
CMYK00.850.470.15
HSL333.59º73.6%49.02%-
HSV(B)333.59º84.79%85.1%-
XYZ32.217.0517.51-
YUV97.25137.46213.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.62%
GREEN value IS 33 (13.28% from 255) = 9.07%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=59.62%
G=9.07%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173311400.850.470.15333.5973.649.02
HexD921720552FF14e4a31
Octal331411620125571751611261
Binary1101100110000111100100101010110111111111010011101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92172; }

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

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

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

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

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

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

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

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