Html Css Color HEX #D932AA Deep Cerise

📋 copy color: '#D932AA'

red 217 ◦ green 50 ◦ blue 170

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

Shades of Deep Cerise #D932AA

Tints of Deep Cerise #D932AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.44%

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

R = 49.66%
G = 11.44%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D932AA (or 0xD932AA) is known color: Deep Cerise. HEX triplet: D9, 32 and AA. RGB value is (217,50,170). Sum of RGB (Red+Green+Blue) = 217+50+170=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D932AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D932AA is #26CD55. Grayscale: #717171. Windows color (decimal): -2542934 or 11154137. OLE color: 11154137.

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

Color convert

RGB 217 50 170 -
CMYK 0 0.77 0.22 0.15
HSL 316.89º 0.69% 0.52% -
HSV(B) 316.89º 0.77% 0.85% -
XYZ 37.01 19.94 39.93 -
YUV 113.61 159.83 201.74 -
System Red Green Blue C M Y K H S L
Decimal 217 50 170 0 0.77 0.22 0.15 316.89 0.69 0.52
Hex D9 32 AA 0 4D 16 F 13D 45 34
Octal 331 62 252 0 115 26 17 475 105 64
Binary 11011001 110010 10101010 0 1001101 10110 1111 100111101 1000101 110100

Color Harmonies of #D932AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D932AA

Black with #D932AA

Text Example


Text Example

White with #D932AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D932AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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