Html Css Color HEX #D321DD Deep Magenta

📋 copy color: '#D321DD'

red 211 ◦ green 33 ◦ blue 221

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

Shades of Deep Magenta #D321DD

Tints of Deep Magenta #D321DD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.1%

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

R = 45.38%
G = 7.1%
B = 47.53%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D321DD (or 0xD321DD) is known color: Deep Magenta. HEX triplet: D3, 21 and DD. RGB value is (211,33,221). Sum of RGB (Red+Green+Blue) = 211+33+221=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #D321DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321DD is #2CDE22. Grayscale: #6B6B6B. Windows color (decimal): -2940451 or 14492115. OLE color: 14492115.

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

Color convert

RGB 211 33 221 -
CMYK 0.05 0.85 0 0.13
HSL 296.81º 0.74% 0.5% -
HSV(B) 296.81º 0.85% 0.87% -
XYZ 40.46 20.16 70.16 -
YUV 107.65 191.97 201.71 -
System Red Green Blue C M Y K H S L
Decimal 211 33 221 0.05 0.85 0 0.13 296.81 0.74 0.5
Hex D3 21 DD 5 55 0 D 129 4A 32
Octal 323 41 335 5 125 0 15 451 112 62
Binary 11010011 100001 11011101 101 1010101 0 1101 100101001 1001010 110010

Color Harmonies of #D321DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D321DD

Black with #D321DD

Text Example


Text Example

White with #D321DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D321DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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