Html Css Color HEX #D205DB Deep Magenta

📋 copy color: '#D205DB'

red 210 ◦ green 5 ◦ blue 219

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

Shades of Deep Magenta #D205DB

Tints of Deep Magenta #D205DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

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

R = 48.39%
G = 1.15%
B = 50.46%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D205DB (or 0xD205DB) is known color: Deep Magenta. HEX triplet: D2, 05 and DB. RGB value is (210,5,219). Sum of RGB (Red+Green+Blue) = 210+5+219=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 5 (2.34% from 255 or 1.15% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #D205DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D205DB is #2DFA24. Grayscale: #5A5A5A. Windows color (decimal): -3013157 or 14353874. OLE color: 14353874.

HSL color Cylindrical-coordinate representation of color #D205DB: hue angle of 297.48º 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 #D205DB is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 5 219 -
CMYK 0.04 0.98 0 0.14
HSL 297.48º 0.96% 0.44% -
HSV(B) 297.48º 0.98% 0.86% -
XYZ 39.42 18.92 68.59 -
YUV 90.69 200.42 213.1 -
System Red Green Blue C M Y K H S L
Decimal 210 5 219 0.04 0.98 0 0.14 297.48 0.96 0.44
Hex D2 5 DB 4 62 0 E 129 60 2C
Octal 322 5 333 4 142 0 16 451 140 54
Binary 11010010 101 11011011 100 1100010 0 1110 100101001 1100000 101100

Color Harmonies of #D205DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D205DB

Black with #D205DB

Text Example


Text Example

White with #D205DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D205DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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