Html Css Color HEX #D713DF Deep Magenta

📋 copy color: '#D713DF'

red 215 ◦ green 19 ◦ blue 223

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

Shades of Deep Magenta #D713DF

Tints of Deep Magenta #D713DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 47.05%
G = 4.16%
B = 48.8%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D713DF (or 0xD713DF) is known color: Deep Magenta. HEX triplet: D7, 13 and DF. RGB value is (215,19,223). Sum of RGB (Red+Green+Blue) = 215+19+223=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 19 (7.81% from 255 or 4.16% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #D713DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713DF is #28EC20. Grayscale: #646464. Windows color (decimal): -2681889 or 14619607. OLE color: 14619607.

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

Color convert

RGB 215 19 223 -
CMYK 0.04 0.91 0 0.13
HSL 297.65º 0.84% 0.47% -
HSV(B) 297.65º 0.91% 0.87% -
XYZ 41.58 20.24 71.53 -
YUV 100.86 196.93 209.41 -
System Red Green Blue C M Y K H S L
Decimal 215 19 223 0.04 0.91 0 0.13 297.65 0.84 0.47
Hex D7 13 DF 4 5B 0 D 12A 54 2F
Octal 327 23 337 4 133 0 15 452 124 57
Binary 11010111 10011 11011111 100 1011011 0 1101 100101010 1010100 101111

Color Harmonies of #D713DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713DF

Black with #D713DF

Text Example


Text Example

White with #D713DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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