#D92C6E

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

Shades of Cerise #D92C6E

Tints of Cerise #D92C6E

Color information

#D92C6E (or 0xD92C6E) is unknown color: approx Cerise. HEX triplet: D9, 2C and 6E. RGB value is (217,44,110). Sum of RGB (Red+Green+Blue) = 217+44+110=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92C6E is #26D391. Grayscale: #676767. Windows color (decimal): -2544530 or 7220441. OLE color: 7220441.

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

Color convert

RGB21744110-
CMYK00.800.490.15
HSL337.11º69.48%51.18%-
HSV(B)337.11º79.72%85.1%-
XYZ32.3317.6816.46-
YUV103.25131.81209.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.49%
GREEN value IS 44 (17.58% from 255) = 11.86%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=58.49%
G=11.86%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174411000.800.490.15337.1169.4851.18
HexD92C6E05031F1514533
Octal331541560120611752110563
Binary1101100110110011011100101000011000111111010100011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92C6E; }

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

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

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

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

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

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

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

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