Html Css Color HEX #D703DD Deep Magenta

📋 copy color: '#D703DD'

red 215 ◦ green 3 ◦ blue 221

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

Shades of Deep Magenta #D703DD

Tints of Deep Magenta #D703DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 48.97%
G = 0.68%
B = 50.34%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D703DD (or 0xD703DD) is known color: Deep Magenta. HEX triplet: D7, 03 and DD. RGB value is (215,3,221). Sum of RGB (Red+Green+Blue) = 215+3+221=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #D703DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703DD is #28FC22. Grayscale: #5A5A5A. Windows color (decimal): -2685987 or 14484439. OLE color: 14484439.

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

Color convert

RGB 215 3 221 -
CMYK 0.03 0.99 0 0.13
HSL 298.35º 0.97% 0.44% -
HSV(B) 298.35º 0.99% 0.87% -
XYZ 41.11 19.73 70.05 -
YUV 91.24 201.24 216.27 -
System Red Green Blue C M Y K H S L
Decimal 215 3 221 0.03 0.99 0 0.13 298.35 0.97 0.44
Hex D7 3 DD 3 63 0 D 12A 61 2C
Octal 327 3 335 3 143 0 15 452 141 54
Binary 11010111 11 11011101 11 1100011 0 1101 100101010 1100001 101100

Color Harmonies of #D703DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D703DD

Black with #D703DD

Text Example


Text Example

White with #D703DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D703DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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