Html Css Color HEX #D92597 Deep Cerise

📋 copy color: '#D92597'

red 217 ◦ green 37 ◦ blue 151

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

Shades of Deep Cerise #D92597

Tints of Deep Cerise #D92597

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.14%

 BLUE value IS 151 (59.38% from 255) = 37.28%

R = 53.58%
G = 9.14%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D92597 (or 0xD92597) is known color: Deep Cerise. HEX triplet: D9, 25 and 97. RGB value is (217,37,151). Sum of RGB (Red+Green+Blue) = 217+37+151=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D92597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92597 is #26DA68. Grayscale: #676767. Windows color (decimal): -2546281 or 9905625. OLE color: 9905625.

HSL color Cylindrical-coordinate representation of color #D92597: hue angle of 322º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92597 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 151 -
CMYK 0 0.83 0.30 0.15
HSL 322º 0.71% 0.5% -
HSV(B) 322º 0.83% 0.85% -
XYZ 34.86 18.31 30.97 -
YUV 103.82 154.63 208.73 -
System Red Green Blue C M Y K H S L
Decimal 217 37 151 0 0.83 0.30 0.15 322 0.71 0.5
Hex D9 25 97 0 53 1E F 142 47 32
Octal 331 45 227 0 123 36 17 502 107 62
Binary 11011001 100101 10010111 0 1010011 11110 1111 101000010 1000111 110010

Color Harmonies of #D92597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92597

Black with #D92597

Text Example


Text Example

White with #D92597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92597; }

 p { color: rgb(217,37,151); }

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

background-color css

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

 a { background-color: rgb(217,37,151); }

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

border-color css

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

 span { border-color: rgb(217,37,151); }

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