Html Css Color HEX #D113DF Deep Magenta

📋 copy color: '#D113DF'

red 209 ◦ green 19 ◦ blue 223

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

Shades of Deep Magenta #D113DF

Tints of Deep Magenta #D113DF

RGB

 RED value IS 209 (82.03% from 255) = 46.34%

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

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

R = 46.34%
G = 4.21%
B = 49.45%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D113DF (or 0xD113DF) is known color: Deep Magenta. HEX triplet: D1, 13 and DF. RGB value is (209,19,223). Sum of RGB (Red+Green+Blue) = 209+19+223=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #D113DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D113DF is #2EEC20. Grayscale: #626262. Windows color (decimal): -3075105 or 14619601. OLE color: 14619601.

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

Color convert

RGB 209 19 223 -
CMYK 0.06 0.91 0 0.13
HSL 295.88º 0.84% 0.47% -
HSV(B) 295.88º 0.91% 0.87% -
XYZ 39.85 19.35 71.45 -
YUV 99.07 197.95 206.41 -
System Red Green Blue C M Y K H S L
Decimal 209 19 223 0.06 0.91 0 0.13 295.88 0.84 0.47
Hex D1 13 DF 6 5B 0 D 128 54 2F
Octal 321 23 337 6 133 0 15 450 124 57
Binary 11010001 10011 11011111 110 1011011 0 1101 100101000 1010100 101111

Color Harmonies of #D113DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113DF

Black with #D113DF

Text Example


Text Example

White with #D113DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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