#D92B5C

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

Shades of Cerise #D92B5C

Tints of Cerise #D92B5C

Color information

#D92B5C (or 0xD92B5C) is unknown color: approx Cerise. HEX triplet: D9, 2B and 5C. RGB value is (217,43,92). Sum of RGB (Red+Green+Blue) = 217+43+92=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B5C is #26D4A3. Grayscale: #646464. Windows color (decimal): -2544804 or 6040537. OLE color: 6040537.

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

Color convert

RGB2174392-
CMYK00.800.580.15
HSL343.1º69.6%50.98%-
HSV(B)343.1º80.18%85.1%-
XYZ31.4117.2511.8-
YUV100.61123.15211.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.65%
GREEN value IS 43 (17.19% from 255) = 12.22%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=61.65%
G=12.22%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217439200.800.580.15343.169.650.98
HexD92B5C0503AF1574633
Octal331531340120721752710663
Binary1101100110101110111000101000011101011111010101111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92B5C; }

 p { color: rgb(217,43,92); }

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

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

 a { background-color: rgb(217,43,92); }

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

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

 span { border-color: rgb(217,43,92); }

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