Html Css Color HEX #D711DF Deep Magenta

📋 copy color: '#D711DF'

red 215 ◦ green 17 ◦ blue 223

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

Shades of Deep Magenta #D711DF

Tints of Deep Magenta #D711DF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.74%

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

R = 47.25%
G = 3.74%
B = 49.01%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D711DF (or 0xD711DF) is known color: Deep Magenta. HEX triplet: D7, 11 and DF. RGB value is (215,17,223). Sum of RGB (Red+Green+Blue) = 215+17+223=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #D711DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D711DF is #28EE20. Grayscale: #636363. Windows color (decimal): -2682401 or 14619095. OLE color: 14619095.

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

Color convert

RGB 215 17 223 -
CMYK 0.04 0.92 0 0.13
HSL 297.67º 0.86% 0.47% -
HSV(B) 297.67º 0.92% 0.87% -
XYZ 41.54 20.18 71.52 -
YUV 99.69 197.6 210.25 -
System Red Green Blue C M Y K H S L
Decimal 215 17 223 0.04 0.92 0 0.13 297.67 0.86 0.47
Hex D7 11 DF 4 5C 0 D 12A 56 2F
Octal 327 21 337 4 134 0 15 452 126 57
Binary 11010111 10001 11011111 100 1011100 0 1101 100101010 1010110 101111

Color Harmonies of #D711DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D711DF

Black with #D711DF

Text Example


Text Example

White with #D711DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D711DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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