Html Css Color HEX #D32BDA Deep Magenta

📋 copy color: '#D32BDA'

red 211 ◦ green 43 ◦ blue 218

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

Shades of Deep Magenta #D32BDA

Tints of Deep Magenta #D32BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.11%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 44.7%
G = 9.11%
B = 46.19%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D32BDA (or 0xD32BDA) is known color: Deep Magenta. HEX triplet: D3, 2B and DA. RGB value is (211,43,218). Sum of RGB (Red+Green+Blue) = 211+43+218=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #D32BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32BDA is #2CD425. Grayscale: #707070. Windows color (decimal): -2937894 or 14298067. OLE color: 14298067.

HSL color Cylindrical-coordinate representation of color #D32BDA: hue angle of 297.6º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32BDA is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 43 218 -
CMYK 0.03 0.80 0 0.15
HSL 297.6º 0.7% 0.51% -
HSV(B) 297.6º 0.8% 0.85% -
XYZ 40.38 20.64 68.18 -
YUV 113.18 187.16 197.77 -
System Red Green Blue C M Y K H S L
Decimal 211 43 218 0.03 0.80 0 0.15 297.6 0.7 0.51
Hex D3 2B DA 3 50 0 F 12A 46 33
Octal 323 53 332 3 120 0 17 452 106 63
Binary 11010011 101011 11011010 11 1010000 0 1111 100101010 1000110 110011

Color Harmonies of #D32BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32BDA

Black with #D32BDA

Text Example


Text Example

White with #D32BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32BDA; }

 p { color: rgb(211,43,218); }

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

background-color css

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

 a { background-color: rgb(211,43,218); }

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

border-color css

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

 span { border-color: rgb(211,43,218); }

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