Html Css Color HEX #D32BDD Deep Magenta

📋 copy color: '#D32BDD'

red 211 ◦ green 43 ◦ blue 221

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

Shades of Deep Magenta #D32BDD

Tints of Deep Magenta #D32BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 44.42%
G = 9.05%
B = 46.53%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D32BDD (or 0xD32BDD) is known color: Deep Magenta. HEX triplet: D3, 2B and DD. RGB value is (211,43,221). Sum of RGB (Red+Green+Blue) = 211+43+221=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #D32BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32BDD is #2CD422. Grayscale: #707070. Windows color (decimal): -2937891 or 14494675. OLE color: 14494675.

HSL color Cylindrical-coordinate representation of color #D32BDD: hue angle of 296.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32BDD is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 43 221 -
CMYK 0.05 0.81 0 0.13
HSL 296.63º 0.72% 0.52% -
HSV(B) 296.63º 0.81% 0.87% -
XYZ 40.78 20.8 70.27 -
YUV 113.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 211 43 221 0.05 0.81 0 0.13 296.63 0.72 0.52
Hex D3 2B DD 5 51 0 D 129 48 34
Octal 323 53 335 5 121 0 15 451 110 64
Binary 11010011 101011 11011101 101 1010001 0 1101 100101001 1001000 110100

Color Harmonies of #D32BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32BDD

Black with #D32BDD

Text Example


Text Example

White with #D32BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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