Html Css Color HEX #D92DAA Deep Cerise

📋 copy color: '#D92DAA'

red 217 ◦ green 45 ◦ blue 170

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

Shades of Deep Cerise #D92DAA

Tints of Deep Cerise #D92DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.42%

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

R = 50.23%
G = 10.42%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D92DAA (or 0xD92DAA) is known color: Deep Cerise. HEX triplet: D9, 2D and AA. RGB value is (217,45,170). Sum of RGB (Red+Green+Blue) = 217+45+170=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92DAA is #26D255. Grayscale: #6E6E6E. Windows color (decimal): -2544214 or 11152857. OLE color: 11152857.

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

Color convert

RGB 217 45 170 -
CMYK 0 0.79 0.22 0.15
HSL 316.4º 0.69% 0.51% -
HSV(B) 316.4º 0.79% 0.85% -
XYZ 36.81 19.53 39.86 -
YUV 110.68 161.48 203.84 -
System Red Green Blue C M Y K H S L
Decimal 217 45 170 0 0.79 0.22 0.15 316.4 0.69 0.51
Hex D9 2D AA 0 4F 16 F 13C 45 33
Octal 331 55 252 0 117 26 17 474 105 63
Binary 11011001 101101 10101010 0 1001111 10110 1111 100111100 1000101 110011

Color Harmonies of #D92DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92DAA

Black with #D92DAA

Text Example


Text Example

White with #D92DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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