Html Css Color HEX #D010DB Deep Magenta

📋 copy color: '#D010DB'

red 208 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #D010DB

Tints of Deep Magenta #D010DB

RGB

 RED value IS 208 (81.64% from 255) = 46.95%

 GREEN value IS 16 (6.64% from 255) = 3.61%

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

R = 46.95%
G = 3.61%
B = 49.44%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D010DB (or 0xD010DB) is known color: Deep Magenta. HEX triplet: D0, 10 and DB. RGB value is (208,16,219). Sum of RGB (Red+Green+Blue) = 208+16+219=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #D010DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010DB is #2FEF24. Grayscale: #5F5F5F. Windows color (decimal): -3141413 or 14356688. OLE color: 14356688.

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

Color convert

RGB 208 16 219 -
CMYK 0.05 0.93 0 0.14
HSL 296.75º 0.86% 0.46% -
HSV(B) 296.75º 0.93% 0.86% -
XYZ 38.98 18.89 68.61 -
YUV 96.55 197.11 207.49 -
System Red Green Blue C M Y K H S L
Decimal 208 16 219 0.05 0.93 0 0.14 296.75 0.86 0.46
Hex D0 10 DB 5 5D 0 E 129 56 2E
Octal 320 20 333 5 135 0 16 451 126 56
Binary 11010000 10000 11011011 101 1011101 0 1110 100101001 1010110 101110

Color Harmonies of #D010DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010DB

Black with #D010DB

Text Example


Text Example

White with #D010DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010DB; }

 p { color: rgb(208,16,219); }

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

background-color css

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

 a { background-color: rgb(208,16,219); }

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

border-color css

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

 span { border-color: rgb(208,16,219); }

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