Html Css Color HEX #D816C1 Deep Magenta

📋 copy color: '#D816C1'

red 216 ◦ green 22 ◦ blue 193

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

Shades of Deep Magenta #D816C1

Tints of Deep Magenta #D816C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.78%

R = 50.12%
G = 5.1%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D816C1 (or 0xD816C1) is known color: Deep Magenta. HEX triplet: D8, 16 and C1. RGB value is (216,22,193). Sum of RGB (Red+Green+Blue) = 216+22+193=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D816C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816C1 is #27E93E. Grayscale: #636363. Windows color (decimal): -2615615 or 12654296. OLE color: 12654296.

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

Color convert

RGB 216 22 193 -
CMYK 0 0.90 0.11 0.15
HSL 307.11º 0.82% 0.47% -
HSV(B) 307.11º 0.9% 0.85% -
XYZ 38.23 19.02 52.11 -
YUV 99.5 180.77 211.1 -
System Red Green Blue C M Y K H S L
Decimal 216 22 193 0 0.90 0.11 0.15 307.11 0.82 0.47
Hex D8 16 C1 0 5A B F 133 52 2F
Octal 330 26 301 0 132 13 17 463 122 57
Binary 11011000 10110 11000001 0 1011010 1011 1111 100110011 1010010 101111

Color Harmonies of #D816C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816C1

Black with #D816C1

Text Example


Text Example

White with #D816C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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