Html Css Color HEX #D92B59 Cerise

📋 copy color: '#D92B59'

red 217 ◦ green 43 ◦ blue 89

#D92B59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #D92B59

Tints of Cerise #D92B59

RGB

 RED value IS 217 (85.16% from 255) = 62.18%

 GREEN value IS 43 (17.19% from 255) = 12.32%

 BLUE value IS 89 (35.16% from 255) = 25.5%

R = 62.18%
G = 12.32%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D92B59 (or 0xD92B59) is known color: Cerise. HEX triplet: D9, 2B and 59. RGB value is (217,43,89). Sum of RGB (Red+Green+Blue) = 217+43+89=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B59 is #26D4A6. Grayscale: #646464. Windows color (decimal): -2544807 or 5843929. OLE color: 5843929.

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

Color convert

RGB 217 43 89 -
CMYK 0 0.80 0.59 0.15
HSL 344.14º 0.7% 0.51% -
HSV(B) 344.14º 0.8% 0.85% -
XYZ 31.28 17.2 11.12 -
YUV 100.27 121.65 211.26 -
System Red Green Blue C M Y K H S L
Decimal 217 43 89 0 0.80 0.59 0.15 344.14 0.7 0.51
Hex D9 2B 59 0 50 3B F 158 46 33
Octal 331 53 131 0 120 73 17 530 106 63
Binary 11011001 101011 1011001 0 1010000 111011 1111 101011000 1000110 110011

Color Harmonies of #D92B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92B59

Black with #D92B59

Text Example


Text Example

White with #D92B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92B59; }

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

 H1.HeaderClassName
 {
   color: #D92B59;
 }
 .AnyTagClassName
 {
   color: #D92B59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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