Html Css Color HEX #D003DB Deep Magenta

📋 copy color: '#D003DB'

red 208 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #D003DB

Tints of Deep Magenta #D003DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

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

R = 48.37%
G = 0.7%
B = 50.93%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D003DB (or 0xD003DB) is known color: Deep Magenta. HEX triplet: D0, 03 and DB. RGB value is (208,3,219). Sum of RGB (Red+Green+Blue) = 208+3+219=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #D003DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003DB is #2FFC24. Grayscale: #585858. Windows color (decimal): -3144741 or 14353360. OLE color: 14353360.

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

Color convert

RGB 208 3 219 -
CMYK 0.05 0.99 0 0.14
HSL 296.94º 0.97% 0.44% -
HSV(B) 296.94º 0.99% 0.86% -
XYZ 38.83 18.59 68.56 -
YUV 88.92 201.42 212.94 -
System Red Green Blue C M Y K H S L
Decimal 208 3 219 0.05 0.99 0 0.14 296.94 0.97 0.44
Hex D0 3 DB 5 63 0 E 129 61 2C
Octal 320 3 333 5 143 0 16 451 141 54
Binary 11010000 11 11011011 101 1100011 0 1110 100101001 1100001 101100

Color Harmonies of #D003DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D003DB

Black with #D003DB

Text Example


Text Example

White with #D003DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D003DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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