Html Css Color HEX #D200DB Deep Magenta

📋 copy color: '#D200DB'

red 210 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #D200DB

Tints of Deep Magenta #D200DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 48.95%
G = 0%
B = 51.05%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D200DB (or 0xD200DB) is known color: Deep Magenta. HEX triplet: D2, 00 and DB. RGB value is (210,0,219). Sum of RGB (Red+Green+Blue) = 210+0+219=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #D200DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200DB is #2DFF24. Grayscale: #575757. Windows color (decimal): -3014437 or 14352594. OLE color: 14352594.

HSL color Cylindrical-coordinate representation of color #D200DB: hue angle of 297.53º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200DB is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 0 219 -
CMYK 0.04 1 0 0.14
HSL 297.53º 1% 0.43% -
HSV(B) 297.53º 1% 0.86% -
XYZ 39.36 18.82 68.57 -
YUV 87.76 202.07 215.19 -
System Red Green Blue C M Y K H S L
Decimal 210 0 219 0.04 1 0 0.14 297.53 1 0.43
Hex D2 0 DB 4 64 0 E 12A 64 2B
Octal 322 0 333 4 144 0 16 452 144 53
Binary 11010010 0 11011011 100 1100100 0 1110 100101010 1100100 101011

Color Harmonies of #D200DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D200DB

Black with #D200DB

Text Example


Text Example

White with #D200DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D200DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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