Html Css Color HEX #D814D2 Deep Magenta

📋 copy color: '#D814D2'

red 216 ◦ green 20 ◦ blue 210

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

Shades of Deep Magenta #D814D2

Tints of Deep Magenta #D814D2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.48%

 BLUE value IS 210 (82.42% from 255) = 47.09%

R = 48.43%
G = 4.48%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D814D2 (or 0xD814D2) is known color: Deep Magenta. HEX triplet: D8, 14 and D2. RGB value is (216,20,210). Sum of RGB (Red+Green+Blue) = 216+20+210=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D814D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814D2 is #27EB2D. Grayscale: #636363. Windows color (decimal): -2616110 or 13767896. OLE color: 13767896.

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

Color convert

RGB 216 20 210 -
CMYK 0 0.91 0.03 0.15
HSL 301.84º 0.83% 0.46% -
HSV(B) 301.84º 0.91% 0.85% -
XYZ 40.2 19.75 62.67 -
YUV 100.26 189.93 210.55 -
System Red Green Blue C M Y K H S L
Decimal 216 20 210 0 0.91 0.03 0.15 301.84 0.83 0.46
Hex D8 14 D2 0 5B 3 F 12E 53 2E
Octal 330 24 322 0 133 3 17 456 123 56
Binary 11011000 10100 11010010 0 1011011 11 1111 100101110 1010011 101110

Color Harmonies of #D814D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814D2

Black with #D814D2

Text Example


Text Example

White with #D814D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814D2; }

 p { color: rgb(216,20,210); }

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

background-color css

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

 a { background-color: rgb(216,20,210); }

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

border-color css

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

 span { border-color: rgb(216,20,210); }

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