#D92D5A

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

Shades of Cerise #D92D5A

Tints of Cerise #D92D5A

Color information

#D92D5A (or 0xD92D5A) is unknown color: approx Cerise. HEX triplet: D9, 2D and 5A. RGB value is (217,45,90). Sum of RGB (Red+Green+Blue) = 217+45+90=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D5A is #26D2A5. Grayscale: #656565. Windows color (decimal): -2544294 or 5909977. OLE color: 5909977.

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

Color convert

RGB2174590-
CMYK00.790.590.15
HSL344.3º69.35%51.37%-
HSV(B)344.3º79.26%85.1%-
XYZ31.417.3711.37-
YUV101.56121.48210.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.65%
GREEN value IS 45 (17.97% from 255) = 12.78%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=61.65%
G=12.78%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217459000.790.590.15344.369.3551.37
HexD92D5A04F3BF1584533
Octal331551320117731753010563
Binary1101100110110110110100100111111101111111010110001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92D5A; }

 p { color: rgb(217,45,90); }

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

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

 a { background-color: rgb(217,45,90); }

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

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

 span { border-color: rgb(217,45,90); }

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