Html Css Color HEX #D211CC Deep Magenta

📋 copy color: '#D211CC'

red 210 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #D211CC

Tints of Deep Magenta #D211CC

RGB

 RED value IS 210 (82.42% from 255) = 48.72%

 GREEN value IS 17 (7.03% from 255) = 3.94%

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

R = 48.72%
G = 3.94%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D211CC (or 0xD211CC) is known color: Deep Magenta. HEX triplet: D2, 11 and CC. RGB value is (210,17,204). Sum of RGB (Red+Green+Blue) = 210+17+204=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D211CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211CC is #2DEE33. Grayscale: #5F5F5F. Windows color (decimal): -3010100 or 13373906. OLE color: 13373906.

HSL color Cylindrical-coordinate representation of color #D211CC: hue angle of 301.87º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D211CC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 17 204 -
CMYK 0 0.92 0.03 0.18
HSL 301.87º 0.85% 0.45% -
HSV(B) 301.87º 0.92% 0.82% -
XYZ 37.68 18.46 58.7 -
YUV 96.03 188.94 209.29 -
System Red Green Blue C M Y K H S L
Decimal 210 17 204 0 0.92 0.03 0.18 301.87 0.85 0.45
Hex D2 11 CC 0 5C 3 12 12E 55 2D
Octal 322 21 314 0 134 3 22 456 125 55
Binary 11010010 10001 11001100 0 1011100 11 10010 100101110 1010101 101101

Color Harmonies of #D211CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D211CC

Black with #D211CC

Text Example


Text Example

White with #D211CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D211CC; }

 p { color: rgb(210,17,204); }

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

background-color css

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

 a { background-color: rgb(210,17,204); }

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

border-color css

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

 span { border-color: rgb(210,17,204); }

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