Html Css Color HEX #D320CC Deep Magenta

📋 copy color: '#D320CC'

red 211 ◦ green 32 ◦ blue 204

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

Shades of Deep Magenta #D320CC

Tints of Deep Magenta #D320CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 47.2%
G = 7.16%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D320CC (or 0xD320CC) is known color: Deep Magenta. HEX triplet: D3, 20 and CC. RGB value is (211,32,204). Sum of RGB (Red+Green+Blue) = 211+32+204=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D320CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D320CC is #2CDF33. Grayscale: #686868. Windows color (decimal): -2940724 or 13377747. OLE color: 13377747.

HSL color Cylindrical-coordinate representation of color #D320CC: hue angle of 302.35º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D320CC is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 32 204 -
CMYK 0 0.85 0.03 0.17
HSL 302.35º 0.74% 0.48% -
HSV(B) 302.35º 0.85% 0.83% -
XYZ 38.28 19.24 58.82 -
YUV 105.13 183.8 203.51 -
System Red Green Blue C M Y K H S L
Decimal 211 32 204 0 0.85 0.03 0.17 302.35 0.74 0.48
Hex D3 20 CC 0 55 3 11 12E 4A 30
Octal 323 40 314 0 125 3 21 456 112 60
Binary 11010011 100000 11001100 0 1010101 11 10001 100101110 1001010 110000

Color Harmonies of #D320CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D320CC

Black with #D320CC

Text Example


Text Example

White with #D320CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D320CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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