Html Css Color HEX #D32ABB Deep Magenta

📋 copy color: '#D32ABB'

red 211 ◦ green 42 ◦ blue 187

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

Shades of Deep Magenta #D32ABB

Tints of Deep Magenta #D32ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.55%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 47.95%
G = 9.55%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D32ABB (or 0xD32ABB) is known color: Deep Magenta. HEX triplet: D3, 2A and BB. RGB value is (211,42,187). Sum of RGB (Red+Green+Blue) = 211+42+187=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D32ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32ABB is #2CD544. Grayscale: #6C6C6C. Windows color (decimal): -2938181 or 12266195. OLE color: 12266195.

HSL color Cylindrical-coordinate representation of color #D32ABB: hue angle of 308.52º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32ABB is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 42 187 -
CMYK 0 0.80 0.11 0.17
HSL 308.52º 0.67% 0.5% -
HSV(B) 308.52º 0.8% 0.83% -
XYZ 36.66 19.09 48.77 -
YUV 109.06 171.99 200.71 -
System Red Green Blue C M Y K H S L
Decimal 211 42 187 0 0.80 0.11 0.17 308.52 0.67 0.5
Hex D3 2A BB 0 50 B 11 135 43 32
Octal 323 52 273 0 120 13 21 465 103 62
Binary 11010011 101010 10111011 0 1010000 1011 10001 100110101 1000011 110010

Color Harmonies of #D32ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32ABB

Black with #D32ABB

Text Example


Text Example

White with #D32ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32ABB; }

 p { color: rgb(211,42,187); }

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

background-color css

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

 a { background-color: rgb(211,42,187); }

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

border-color css

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

 span { border-color: rgb(211,42,187); }

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