Html Css Color HEX #D703DF Deep Magenta

📋 copy color: '#D703DF'

red 215 ◦ green 3 ◦ blue 223

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

Shades of Deep Magenta #D703DF

Tints of Deep Magenta #D703DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 48.75%
G = 0.68%
B = 50.57%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D703DF (or 0xD703DF) is known color: Deep Magenta. HEX triplet: D7, 03 and DF. RGB value is (215,3,223). Sum of RGB (Red+Green+Blue) = 215+3+223=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #D703DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703DF is #28FC20. Grayscale: #5A5A5A. Windows color (decimal): -2685985 or 14615511. OLE color: 14615511.

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

Color convert

RGB 215 3 223 -
CMYK 0.04 0.99 0 0.13
HSL 297.82º 0.97% 0.44% -
HSV(B) 297.82º 0.99% 0.87% -
XYZ 41.38 19.84 71.46 -
YUV 91.47 202.24 216.11 -
System Red Green Blue C M Y K H S L
Decimal 215 3 223 0.04 0.99 0 0.13 297.82 0.97 0.44
Hex D7 3 DF 4 63 0 D 12A 61 2C
Octal 327 3 337 4 143 0 15 452 141 54
Binary 11010111 11 11011111 100 1100011 0 1101 100101010 1100001 101100

Color Harmonies of #D703DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D703DF

Black with #D703DF

Text Example


Text Example

White with #D703DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D703DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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