Html Css Color HEX #D812D1 Deep Magenta

📋 copy color: '#D812D1'

red 216 ◦ green 18 ◦ blue 209

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

Shades of Deep Magenta #D812D1

Tints of Deep Magenta #D812D1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.06%

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

R = 48.76%
G = 4.06%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D812D1 (or 0xD812D1) is known color: Deep Magenta. HEX triplet: D8, 12 and D1. RGB value is (216,18,209). Sum of RGB (Red+Green+Blue) = 216+18+209=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D812D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812D1 is #27ED2E. Grayscale: #626262. Windows color (decimal): -2616623 or 13701848. OLE color: 13701848.

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

Color convert

RGB 216 18 209 -
CMYK 0 0.92 0.03 0.15
HSL 302.12º 0.85% 0.46% -
HSV(B) 302.12º 0.92% 0.85% -
XYZ 40.04 19.63 62 -
YUV 98.98 190.1 211.47 -
System Red Green Blue C M Y K H S L
Decimal 216 18 209 0 0.92 0.03 0.15 302.12 0.85 0.46
Hex D8 12 D1 0 5C 3 F 12E 55 2E
Octal 330 22 321 0 134 3 17 456 125 56
Binary 11011000 10010 11010001 0 1011100 11 1111 100101110 1010101 101110

Color Harmonies of #D812D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D812D1

Black with #D812D1

Text Example


Text Example

White with #D812D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D812D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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