Html Css Color HEX #D32DDB Deep Magenta

📋 copy color: '#D32DDB'

red 211 ◦ green 45 ◦ blue 219

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

Shades of Deep Magenta #D32DDB

Tints of Deep Magenta #D32DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 44.42%
G = 9.47%
B = 46.11%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D32DDB (or 0xD32DDB) is known color: Deep Magenta. HEX triplet: D3, 2D and DB. RGB value is (211,45,219). Sum of RGB (Red+Green+Blue) = 211+45+219=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #D32DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32DDB is #2CD224. Grayscale: #717171. Windows color (decimal): -2937381 or 14364115. OLE color: 14364115.

HSL color Cylindrical-coordinate representation of color #D32DDB: hue angle of 297.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32DDB is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 45 219 -
CMYK 0.04 0.79 0 0.14
HSL 297.24º 0.71% 0.52% -
HSV(B) 297.24º 0.79% 0.86% -
XYZ 40.59 20.84 68.9 -
YUV 114.47 187 196.85 -
System Red Green Blue C M Y K H S L
Decimal 211 45 219 0.04 0.79 0 0.14 297.24 0.71 0.52
Hex D3 2D DB 4 4F 0 E 129 47 34
Octal 323 55 333 4 117 0 16 451 107 64
Binary 11010011 101101 11011011 100 1001111 0 1110 100101001 1000111 110100

Color Harmonies of #D32DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32DDB

Black with #D32DDB

Text Example


Text Example

White with #D32DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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