Html Css Color HEX #D209DC Deep Magenta

📋 copy color: '#D209DC'

red 210 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #D209DC

Tints of Deep Magenta #D209DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.05%

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 47.84%
G = 2.05%
B = 50.11%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D209DC (or 0xD209DC) is known color: Deep Magenta. HEX triplet: D2, 09 and DC. RGB value is (210,9,220). Sum of RGB (Red+Green+Blue) = 210+9+220=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #D209DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D209DC is #2DF623. Grayscale: #5C5C5C. Windows color (decimal): -3012132 or 14420434. OLE color: 14420434.

HSL color Cylindrical-coordinate representation of color #D209DC: hue angle of 297.16º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D209DC is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 9 220 -
CMYK 0.05 0.96 0 0.14
HSL 297.16º 0.92% 0.45% -
HSV(B) 297.16º 0.96% 0.86% -
XYZ 39.59 19.06 69.3 -
YUV 93.15 199.59 211.34 -
System Red Green Blue C M Y K H S L
Decimal 210 9 220 0.05 0.96 0 0.14 297.16 0.92 0.45
Hex D2 9 DC 5 60 0 E 129 5C 2D
Octal 322 11 334 5 140 0 16 451 134 55
Binary 11010010 1001 11011100 101 1100000 0 1110 100101001 1011100 101101

Color Harmonies of #D209DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D209DC

Black with #D209DC

Text Example


Text Example

White with #D209DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D209DC; }

 p { color: rgb(210,9,220); }

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

background-color css

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

 a { background-color: rgb(210,9,220); }

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

border-color css

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

 span { border-color: rgb(210,9,220); }

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