Html Css Color HEX #D716DD Deep Magenta

📋 copy color: '#D716DD'

red 215 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #D716DD

Tints of Deep Magenta #D716DD

RGB

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

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

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

R = 46.94%
G = 4.8%
B = 48.25%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D716DD (or 0xD716DD) is known color: Deep Magenta. HEX triplet: D7, 16 and DD. RGB value is (215,22,221). Sum of RGB (Red+Green+Blue) = 215+22+221=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #D716DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716DD is #28E922. Grayscale: #656565. Windows color (decimal): -2681123 or 14489303. OLE color: 14489303.

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

Color convert

RGB 215 22 221 -
CMYK 0.03 0.90 0 0.13
HSL 298.19º 0.82% 0.48% -
HSV(B) 298.19º 0.9% 0.87% -
XYZ 41.36 20.24 70.13 -
YUV 102.39 194.94 208.32 -
System Red Green Blue C M Y K H S L
Decimal 215 22 221 0.03 0.90 0 0.13 298.19 0.82 0.48
Hex D7 16 DD 3 5A 0 D 12A 52 30
Octal 327 26 335 3 132 0 15 452 122 60
Binary 11010111 10110 11011101 11 1011010 0 1101 100101010 1010010 110000

Color Harmonies of #D716DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D716DD

Black with #D716DD

Text Example


Text Example

White with #D716DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D716DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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