Html Css Color HEX #D81ED1 Deep Magenta

📋 copy color: '#D81ED1'

red 216 ◦ green 30 ◦ blue 209

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

Shades of Deep Magenta #D81ED1

Tints of Deep Magenta #D81ED1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.59%

 BLUE value IS 209 (82.03% from 255) = 45.93%

R = 47.47%
G = 6.59%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D81ED1 (or 0xD81ED1) is known color: Deep Magenta. HEX triplet: D8, 1E and D1. RGB value is (216,30,209). Sum of RGB (Red+Green+Blue) = 216+30+209=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D81ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81ED1 is #27E12E. Grayscale: #696969. Windows color (decimal): -2613551 or 13704920. OLE color: 13704920.

HSL color Cylindrical-coordinate representation of color #D81ED1: hue angle of 302.26º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81ED1 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 30 209 -
CMYK 0 0.86 0.03 0.15
HSL 302.26º 0.76% 0.48% -
HSV(B) 302.26º 0.86% 0.85% -
XYZ 40.29 20.13 62.08 -
YUV 106.02 186.12 206.45 -
System Red Green Blue C M Y K H S L
Decimal 216 30 209 0 0.86 0.03 0.15 302.26 0.76 0.48
Hex D8 1E D1 0 56 3 F 12E 4C 30
Octal 330 36 321 0 126 3 17 456 114 60
Binary 11011000 11110 11010001 0 1010110 11 1111 100101110 1001100 110000

Color Harmonies of #D81ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81ED1

Black with #D81ED1

Text Example


Text Example

White with #D81ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81ED1; }

 p { color: rgb(216,30,209); }

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

background-color css

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

 a { background-color: rgb(216,30,209); }

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

border-color css

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

 span { border-color: rgb(216,30,209); }

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