Html Css Color HEX #D00FDB Deep Magenta

📋 copy color: '#D00FDB'

red 208 ◦ green 15 ◦ blue 219

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

Shades of Deep Magenta #D00FDB

Tints of Deep Magenta #D00FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.39%

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

R = 47.06%
G = 3.39%
B = 49.55%

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

#D00FDB (or 0xD00FDB) is known color: Deep Magenta. HEX triplet: D0, 0F and DB. RGB value is (208,15,219). Sum of RGB (Red+Green+Blue) = 208+15+219=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #D00FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FDB is #2FF024. Grayscale: #5F5F5F. Windows color (decimal): -3141669 or 14356432. OLE color: 14356432.

HSL color Cylindrical-coordinate representation of color #D00FDB: hue angle of 296.76º degrees, saturation: 0.87, 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 #D00FDB is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 15 219 -
CMYK 0.05 0.93 0 0.14
HSL 296.76º 0.87% 0.46% -
HSV(B) 296.76º 0.93% 0.86% -
XYZ 38.97 18.87 68.61 -
YUV 95.96 197.44 207.91 -
System Red Green Blue C M Y K H S L
Decimal 208 15 219 0.05 0.93 0 0.14 296.76 0.87 0.46
Hex D0 F DB 5 5D 0 E 129 57 2E
Octal 320 17 333 5 135 0 16 451 127 56
Binary 11010000 1111 11011011 101 1011101 0 1110 100101001 1010111 101110

Color Harmonies of #D00FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FDB

Black with #D00FDB

Text Example


Text Example

White with #D00FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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