Html Css Color HEX #D703DB Deep Magenta

📋 copy color: '#D703DB'

red 215 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #D703DB

Tints of Deep Magenta #D703DB

RGB

 RED value IS 215 (84.38% from 255) = 49.2%

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

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

R = 49.2%
G = 0.69%
B = 50.11%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D703DB (or 0xD703DB) is known color: Deep Magenta. HEX triplet: D7, 03 and DB. RGB value is (215,3,219). Sum of RGB (Red+Green+Blue) = 215+3+219=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #D703DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703DB is #28FC24. Grayscale: #5A5A5A. Windows color (decimal): -2685989 or 14353367. OLE color: 14353367.

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

Color convert

RGB 215 3 219 -
CMYK 0.02 0.99 0 0.14
HSL 298.89º 0.97% 0.44% -
HSV(B) 298.89º 0.99% 0.86% -
XYZ 40.84 19.63 68.65 -
YUV 91.01 200.24 216.44 -
System Red Green Blue C M Y K H S L
Decimal 215 3 219 0.02 0.99 0 0.14 298.89 0.97 0.44
Hex D7 3 DB 2 63 0 E 12B 61 2C
Octal 327 3 333 2 143 0 16 453 141 54
Binary 11010111 11 11011011 10 1100011 0 1110 100101011 1100001 101100

Color Harmonies of #D703DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D703DB

Black with #D703DB

Text Example


Text Example

White with #D703DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D703DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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