Html Css Color HEX #D713DC Deep Magenta

📋 copy color: '#D713DC'

red 215 ◦ green 19 ◦ blue 220

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

Shades of Deep Magenta #D713DC

Tints of Deep Magenta #D713DC

RGB

 RED value IS 215 (84.38% from 255) = 47.36%

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

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 47.36%
G = 4.19%
B = 48.46%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D713DC (or 0xD713DC) is known color: Deep Magenta. HEX triplet: D7, 13 and DC. RGB value is (215,19,220). Sum of RGB (Red+Green+Blue) = 215+19+220=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #D713DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713DC is #28EC23. Grayscale: #636363. Windows color (decimal): -2681892 or 14422999. OLE color: 14422999.

HSL color Cylindrical-coordinate representation of color #D713DC: hue angle of 298.51º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D713DC is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 19 220 -
CMYK 0.02 0.91 0 0.14
HSL 298.51º 0.84% 0.47% -
HSV(B) 298.51º 0.91% 0.86% -
XYZ 41.18 20.08 69.42 -
YUV 100.52 195.43 209.66 -
System Red Green Blue C M Y K H S L
Decimal 215 19 220 0.02 0.91 0 0.14 298.51 0.84 0.47
Hex D7 13 DC 2 5B 0 E 12B 54 2F
Octal 327 23 334 2 133 0 16 453 124 57
Binary 11010111 10011 11011100 10 1011011 0 1110 100101011 1010100 101111

Color Harmonies of #D713DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713DC

Black with #D713DC

Text Example


Text Example

White with #D713DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713DC; }

 p { color: rgb(215,19,220); }

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

background-color css

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

 a { background-color: rgb(215,19,220); }

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

border-color css

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

 span { border-color: rgb(215,19,220); }

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