Html Css Color HEX #D92FAA Deep Cerise

📋 copy color: '#D92FAA'

red 217 ◦ green 47 ◦ blue 170

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

Shades of Deep Cerise #D92FAA

Tints of Deep Cerise #D92FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 50%
G = 10.83%
B = 39.17%

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

#D92FAA (or 0xD92FAA) is known color: Deep Cerise. HEX triplet: D9, 2F and AA. RGB value is (217,47,170). Sum of RGB (Red+Green+Blue) = 217+47+170=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D92FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92FAA is #26D055. Grayscale: #6F6F6F. Windows color (decimal): -2543702 or 11153369. OLE color: 11153369.

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

Color convert

RGB 217 47 170 -
CMYK 0 0.78 0.22 0.15
HSL 316.59º 0.69% 0.52% -
HSV(B) 316.59º 0.78% 0.85% -
XYZ 36.89 19.69 39.89 -
YUV 111.85 160.82 203 -
System Red Green Blue C M Y K H S L
Decimal 217 47 170 0 0.78 0.22 0.15 316.59 0.69 0.52
Hex D9 2F AA 0 4E 16 F 13D 45 34
Octal 331 57 252 0 116 26 17 475 105 64
Binary 11011001 101111 10101010 0 1001110 10110 1111 100111101 1000101 110100

Color Harmonies of #D92FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92FAA

Black with #D92FAA

Text Example


Text Example

White with #D92FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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