Html Css Color HEX #D816D0 Deep Magenta

📋 copy color: '#D816D0'

red 216 ◦ green 22 ◦ blue 208

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

Shades of Deep Magenta #D816D0

Tints of Deep Magenta #D816D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.64%

R = 48.43%
G = 4.93%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D816D0 (or 0xD816D0) is known color: Deep Magenta. HEX triplet: D8, 16 and D0. RGB value is (216,22,208). Sum of RGB (Red+Green+Blue) = 216+22+208=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D816D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816D0 is #27E92F. Grayscale: #646464. Windows color (decimal): -2615600 or 13637336. OLE color: 13637336.

HSL color Cylindrical-coordinate representation of color #D816D0: hue angle of 302.47º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D816D0 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 208 -
CMYK 0 0.90 0.04 0.15
HSL 302.47º 0.82% 0.47% -
HSV(B) 302.47º 0.9% 0.85% -
XYZ 39.99 19.73 61.37 -
YUV 101.21 188.27 209.88 -
System Red Green Blue C M Y K H S L
Decimal 216 22 208 0 0.90 0.04 0.15 302.47 0.82 0.47
Hex D8 16 D0 0 5A 4 F 12E 52 2F
Octal 330 26 320 0 132 4 17 456 122 57
Binary 11011000 10110 11010000 0 1011010 100 1111 100101110 1010010 101111

Color Harmonies of #D816D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816D0

Black with #D816D0

Text Example


Text Example

White with #D816D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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