Html Css Color HEX #D92FA9 Deep Cerise

📋 copy color: '#D92FA9'

red 217 ◦ green 47 ◦ blue 169

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

Shades of Deep Cerise #D92FA9

Tints of Deep Cerise #D92FA9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.85%

 BLUE value IS 169 (66.41% from 255) = 39.03%

R = 50.12%
G = 10.85%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D92FA9 (or 0xD92FA9) is known color: Deep Cerise. HEX triplet: D9, 2F and A9. RGB value is (217,47,169). Sum of RGB (Red+Green+Blue) = 217+47+169=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D92FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92FA9 is #26D056. Grayscale: #6F6F6F. Windows color (decimal): -2543703 or 11087833. OLE color: 11087833.

HSL color Cylindrical-coordinate representation of color #D92FA9: hue angle of 316.94º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92FA9 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 47 169 -
CMYK 0 0.78 0.22 0.15
HSL 316.94º 0.69% 0.52% -
HSV(B) 316.94º 0.78% 0.85% -
XYZ 36.79 19.65 39.39 -
YUV 111.74 160.32 203.08 -
System Red Green Blue C M Y K H S L
Decimal 217 47 169 0 0.78 0.22 0.15 316.94 0.69 0.52
Hex D9 2F A9 0 4E 16 F 13D 45 34
Octal 331 57 251 0 116 26 17 475 105 64
Binary 11011001 101111 10101001 0 1001110 10110 1111 100111101 1000101 110100

Color Harmonies of #D92FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92FA9

Black with #D92FA9

Text Example


Text Example

White with #D92FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92FA9; }

 p { color: rgb(217,47,169); }

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

background-color css

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

 a { background-color: rgb(217,47,169); }

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

border-color css

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

 span { border-color: rgb(217,47,169); }

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