Html Css Color HEX #D32FAA Deep Cerise

📋 copy color: '#D32FAA'

red 211 ◦ green 47 ◦ blue 170

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

Shades of Deep Cerise #D32FAA

Tints of Deep Cerise #D32FAA

RGB

 RED value IS 211 (82.81% from 255) = 49.3%

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

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

R = 49.3%
G = 10.98%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D32FAA (or 0xD32FAA) is known color: Deep Cerise. HEX triplet: D3, 2F and AA. RGB value is (211,47,170). Sum of RGB (Red+Green+Blue) = 211+47+170=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D32FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32FAA is #2CD055. Grayscale: #6D6D6D. Windows color (decimal): -2936918 or 11153363. OLE color: 11153363.

HSL color Cylindrical-coordinate representation of color #D32FAA: hue angle of 315º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32FAA is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 47 170 -
CMYK 0 0.78 0.19 0.17
HSL 315º 0.65% 0.51% -
HSV(B) 315º 0.78% 0.83% -
XYZ 35.14 18.78 39.8 -
YUV 110.06 161.83 200 -
System Red Green Blue C M Y K H S L
Decimal 211 47 170 0 0.78 0.19 0.17 315 0.65 0.51
Hex D3 2F AA 0 4E 13 11 13B 41 33
Octal 323 57 252 0 116 23 21 473 101 63
Binary 11010011 101111 10101010 0 1001110 10011 10001 100111011 1000001 110011

Color Harmonies of #D32FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32FAA

Black with #D32FAA

Text Example


Text Example

White with #D32FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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