Html Css Color HEX #D92297 Deep Cerise

📋 copy color: '#D92297'

red 217 ◦ green 34 ◦ blue 151

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

Shades of Deep Cerise #D92297

Tints of Deep Cerise #D92297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.46%

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

R = 53.98%
G = 8.46%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D92297 (or 0xD92297) is known color: Deep Cerise. HEX triplet: D9, 22 and 97. RGB value is (217,34,151). Sum of RGB (Red+Green+Blue) = 217+34+151=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D92297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92297 is #26DD68. Grayscale: #656565. Windows color (decimal): -2547049 or 9904857. OLE color: 9904857.

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

Color convert

RGB 217 34 151 -
CMYK 0 0.84 0.30 0.15
HSL 321.64º 0.73% 0.49% -
HSV(B) 321.64º 0.84% 0.85% -
XYZ 34.77 18.13 30.94 -
YUV 102.06 155.63 209.99 -
System Red Green Blue C M Y K H S L
Decimal 217 34 151 0 0.84 0.30 0.15 321.64 0.73 0.49
Hex D9 22 97 0 54 1E F 142 49 31
Octal 331 42 227 0 124 36 17 502 111 61
Binary 11011001 100010 10010111 0 1010100 11110 1111 101000010 1001001 110001

Color Harmonies of #D92297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92297

Black with #D92297

Text Example


Text Example

White with #D92297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92297; }

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

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

background-color css

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

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

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

border-color css

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

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

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