Html Css Color HEX #D813C0 Deep Magenta

📋 copy color: '#D813C0'

red 216 ◦ green 19 ◦ blue 192

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

Shades of Deep Magenta #D813C0

Tints of Deep Magenta #D813C0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.45%

 BLUE value IS 192 (75.39% from 255) = 44.96%

R = 50.59%
G = 4.45%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D813C0 (or 0xD813C0) is known color: Deep Magenta. HEX triplet: D8, 13 and C0. RGB value is (216,19,192). Sum of RGB (Red+Green+Blue) = 216+19+192=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D813C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813C0 is #27EC3F. Grayscale: #616161. Windows color (decimal): -2616384 or 12587992. OLE color: 12587992.

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

Color convert

RGB 216 19 192 -
CMYK 0 0.91 0.11 0.15
HSL 307.31º 0.84% 0.46% -
HSV(B) 307.31º 0.91% 0.85% -
XYZ 38.07 18.87 51.51 -
YUV 97.63 181.27 212.43 -
System Red Green Blue C M Y K H S L
Decimal 216 19 192 0 0.91 0.11 0.15 307.31 0.84 0.46
Hex D8 13 C0 0 5B B F 133 54 2E
Octal 330 23 300 0 133 13 17 463 124 56
Binary 11011000 10011 11000000 0 1011011 1011 1111 100110011 1010100 101110

Color Harmonies of #D813C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813C0

Black with #D813C0

Text Example


Text Example

White with #D813C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813C0; }

 p { color: rgb(216,19,192); }

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

background-color css

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

 a { background-color: rgb(216,19,192); }

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

border-color css

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

 span { border-color: rgb(216,19,192); }

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