Html Css Color HEX #D803DD Deep Magenta

📋 copy color: '#D803DD'

red 216 ◦ green 3 ◦ blue 221

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

Shades of Deep Magenta #D803DD

Tints of Deep Magenta #D803DD

RGB

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

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

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

R = 49.09%
G = 0.68%
B = 50.23%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D803DD (or 0xD803DD) is known color: Deep Magenta. HEX triplet: D8, 03 and DD. RGB value is (216,3,221). Sum of RGB (Red+Green+Blue) = 216+3+221=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 3 (1.56% from 255 or 0.68% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #D803DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D803DD is #27FC22. Grayscale: #5A5A5A. Windows color (decimal): -2620451 or 14484440. OLE color: 14484440.

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

Color convert

RGB 216 3 221 -
CMYK 0.02 0.99 0 0.13
HSL 298.62º 0.97% 0.44% -
HSV(B) 298.62º 0.99% 0.87% -
XYZ 41.4 19.88 70.06 -
YUV 91.54 201.07 216.77 -
System Red Green Blue C M Y K H S L
Decimal 216 3 221 0.02 0.99 0 0.13 298.62 0.97 0.44
Hex D8 3 DD 2 63 0 D 12B 61 2C
Octal 330 3 335 2 143 0 15 453 141 54
Binary 11011000 11 11011101 10 1100011 0 1101 100101011 1100001 101100

Color Harmonies of #D803DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D803DD

Black with #D803DD

Text Example


Text Example

White with #D803DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D803DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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