Html Css Color HEX #D32DAA Deep Cerise

📋 copy color: '#D32DAA'

red 211 ◦ green 45 ◦ blue 170

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

Shades of Deep Cerise #D32DAA

Tints of Deep Cerise #D32DAA

RGB

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

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

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

R = 49.53%
G = 10.56%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D32DAA (or 0xD32DAA) is known color: Deep Cerise. HEX triplet: D3, 2D and AA. RGB value is (211,45,170). Sum of RGB (Red+Green+Blue) = 211+45+170=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D32DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32DAA is #2CD255. Grayscale: #6C6C6C. Windows color (decimal): -2937430 or 11152851. OLE color: 11152851.

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

Color convert

RGB 211 45 170 -
CMYK 0 0.79 0.19 0.17
HSL 314.82º 0.65% 0.5% -
HSV(B) 314.82º 0.79% 0.83% -
XYZ 35.06 18.63 39.78 -
YUV 108.88 162.5 200.84 -
System Red Green Blue C M Y K H S L
Decimal 211 45 170 0 0.79 0.19 0.17 314.82 0.65 0.5
Hex D3 2D AA 0 4F 13 11 13B 41 32
Octal 323 55 252 0 117 23 21 473 101 62
Binary 11010011 101101 10101010 0 1001111 10011 10001 100111011 1000001 110010

Color Harmonies of #D32DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32DAA

Black with #D32DAA

Text Example


Text Example

White with #D32DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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