Html Css Color HEX #D814D3 Deep Magenta

📋 copy color: '#D814D3'

red 216 ◦ green 20 ◦ blue 211

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

Shades of Deep Magenta #D814D3

Tints of Deep Magenta #D814D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.2%

R = 48.32%
G = 4.47%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D814D3 (or 0xD814D3) is known color: Deep Magenta. HEX triplet: D8, 14 and D3. RGB value is (216,20,211). Sum of RGB (Red+Green+Blue) = 216+20+211=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D814D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814D3 is #27EB2C. Grayscale: #636363. Windows color (decimal): -2616109 or 13833432. OLE color: 13833432.

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

Color convert

RGB 216 20 211 -
CMYK 0 0.91 0.02 0.15
HSL 301.53º 0.83% 0.46% -
HSV(B) 301.53º 0.91% 0.85% -
XYZ 40.33 19.8 63.32 -
YUV 100.38 190.43 210.47 -
System Red Green Blue C M Y K H S L
Decimal 216 20 211 0 0.91 0.02 0.15 301.53 0.83 0.46
Hex D8 14 D3 0 5B 2 F 12E 53 2E
Octal 330 24 323 0 133 2 17 456 123 56
Binary 11011000 10100 11010011 0 1011011 10 1111 100101110 1010011 101110

Color Harmonies of #D814D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814D3

Black with #D814D3

Text Example


Text Example

White with #D814D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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