Html Css Color HEX #D320DD Deep Magenta

📋 copy color: '#D320DD'

red 211 ◦ green 32 ◦ blue 221

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

Shades of Deep Magenta #D320DD

Tints of Deep Magenta #D320DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.9%

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

R = 45.47%
G = 6.9%
B = 47.63%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D320DD (or 0xD320DD) is known color: Deep Magenta. HEX triplet: D3, 20 and DD. RGB value is (211,32,221). Sum of RGB (Red+Green+Blue) = 211+32+221=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #D320DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D320DD is #2CDF22. Grayscale: #6A6A6A. Windows color (decimal): -2940707 or 14491859. OLE color: 14491859.

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

Color convert

RGB 211 32 221 -
CMYK 0.05 0.86 0 0.13
HSL 296.83º 0.75% 0.5% -
HSV(B) 296.83º 0.86% 0.87% -
XYZ 40.43 20.1 70.16 -
YUV 107.07 192.3 202.13 -
System Red Green Blue C M Y K H S L
Decimal 211 32 221 0.05 0.86 0 0.13 296.83 0.75 0.5
Hex D3 20 DD 5 56 0 D 129 4B 32
Octal 323 40 335 5 126 0 15 451 113 62
Binary 11010011 100000 11011101 101 1010110 0 1101 100101001 1001011 110010

Color Harmonies of #D320DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D320DD

Black with #D320DD

Text Example


Text Example

White with #D320DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D320DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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