Html Css Color HEX #D204DC Deep Magenta

📋 copy color: '#D204DC'

red 210 ◦ green 4 ◦ blue 220

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

Shades of Deep Magenta #D204DC

Tints of Deep Magenta #D204DC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.92%

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

R = 48.39%
G = 0.92%
B = 50.69%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D204DC (or 0xD204DC) is known color: Deep Magenta. HEX triplet: D2, 04 and DC. RGB value is (210,4,220). Sum of RGB (Red+Green+Blue) = 210+4+220=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #D204DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D204DC is #2DFB23. Grayscale: #595959. Windows color (decimal): -3013412 or 14419154. OLE color: 14419154.

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

Color convert

RGB 210 4 220 -
CMYK 0.05 0.98 0 0.14
HSL 297.22º 0.96% 0.44% -
HSV(B) 297.22º 0.98% 0.86% -
XYZ 39.54 18.96 69.29 -
YUV 90.22 201.25 213.44 -
System Red Green Blue C M Y K H S L
Decimal 210 4 220 0.05 0.98 0 0.14 297.22 0.96 0.44
Hex D2 4 DC 5 62 0 E 129 60 2C
Octal 322 4 334 5 142 0 16 451 140 54
Binary 11010010 100 11011100 101 1100010 0 1110 100101001 1100000 101100

Color Harmonies of #D204DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D204DC

Black with #D204DC

Text Example


Text Example

White with #D204DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D204DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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