Html Css Color HEX #D816DD Deep Magenta

📋 copy color: '#D816DD'

red 216 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #D816DD

Tints of Deep Magenta #D816DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.79%

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

R = 47.06%
G = 4.79%
B = 48.15%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D816DD (or 0xD816DD) is known color: Deep Magenta. HEX triplet: D8, 16 and DD. RGB value is (216,22,221). Sum of RGB (Red+Green+Blue) = 216+22+221=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #D816DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816DD is #27E922. Grayscale: #666666. Windows color (decimal): -2615587 or 14489304. OLE color: 14489304.

HSL color Cylindrical-coordinate representation of color #D816DD: hue angle of 298.49º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D816DD is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 22 221 -
CMYK 0.02 0.90 0 0.13
HSL 298.49º 0.82% 0.48% -
HSV(B) 298.49º 0.9% 0.87% -
XYZ 41.66 20.39 70.15 -
YUV 102.69 194.77 208.82 -
System Red Green Blue C M Y K H S L
Decimal 216 22 221 0.02 0.90 0 0.13 298.49 0.82 0.48
Hex D8 16 DD 2 5A 0 D 12A 52 30
Octal 330 26 335 2 132 0 15 452 122 60
Binary 11011000 10110 11011101 10 1011010 0 1101 100101010 1010010 110000

Color Harmonies of #D816DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816DD

Black with #D816DD

Text Example


Text Example

White with #D816DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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