Html Css Color HEX #D200DE Deep Magenta

📋 copy color: '#D200DE'

red 210 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #D200DE

Tints of Deep Magenta #D200DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 48.61%
G = 0%
B = 51.39%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D200DE (or 0xD200DE) is known color: Deep Magenta. HEX triplet: D2, 00 and DE. RGB value is (210,0,222). Sum of RGB (Red+Green+Blue) = 210+0+222=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #D200DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200DE is #2DFF21. Grayscale: #575757. Windows color (decimal): -3014434 or 14549202. OLE color: 14549202.

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

Color convert

RGB 210 0 222 -
CMYK 0.05 1 0 0.13
HSL 296.76º 1% 0.44% -
HSV(B) 296.76º 1% 0.87% -
XYZ 39.76 18.98 70.67 -
YUV 88.1 203.57 214.95 -
System Red Green Blue C M Y K H S L
Decimal 210 0 222 0.05 1 0 0.13 296.76 1 0.44
Hex D2 0 DE 5 64 0 D 129 64 2C
Octal 322 0 336 5 144 0 15 451 144 54
Binary 11010010 0 11011110 101 1100100 0 1101 100101001 1100100 101100

Color Harmonies of #D200DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D200DE

Black with #D200DE

Text Example


Text Example

White with #D200DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D200DE; }

 p { color: rgb(210,0,222); }

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

background-color css

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

 a { background-color: rgb(210,0,222); }

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

border-color css

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

 span { border-color: rgb(210,0,222); }

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