Html Css Color HEX #D803D5 Deep Magenta

📋 copy color: '#D803D5'

red 216 ◦ green 3 ◦ blue 213

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

Shades of Deep Magenta #D803D5

Tints of Deep Magenta #D803D5

RGB

 RED value IS 216 (84.77% from 255) = 50%

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

 BLUE value IS 213 (83.59% from 255) = 49.31%

R = 50%
G = 0.69%
B = 49.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D803D5 (or 0xD803D5) is known color: Deep Magenta. HEX triplet: D8, 03 and D5. RGB value is (216,3,213). Sum of RGB (Red+Green+Blue) = 216+3+213=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D803D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D803D5 is #27FC2A. Grayscale: #5A5A5A. Windows color (decimal): -2620459 or 13960152. OLE color: 13960152.

HSL color Cylindrical-coordinate representation of color #D803D5: hue angle of 300.85º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D803D5 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 3 213 -
CMYK 0 0.99 0.01 0.15
HSL 300.85º 0.97% 0.43% -
HSV(B) 300.85º 0.99% 0.85% -
XYZ 40.36 19.47 64.58 -
YUV 90.63 197.07 217.42 -
System Red Green Blue C M Y K H S L
Decimal 216 3 213 0 0.99 0.01 0.15 300.85 0.97 0.43
Hex D8 3 D5 0 63 1 F 12D 61 2B
Octal 330 3 325 0 143 1 17 455 141 53
Binary 11011000 11 11010101 0 1100011 1 1111 100101101 1100001 101011

Color Harmonies of #D803D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D803D5

Black with #D803D5

Text Example


Text Example

White with #D803D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D803D5; }

 p { color: rgb(216,3,213); }

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

background-color css

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

 a { background-color: rgb(216,3,213); }

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

border-color css

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

 span { border-color: rgb(216,3,213); }

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