Html Css Color HEX #D911D0 Deep Magenta

📋 copy color: '#D911D0'

red 217 ◦ green 17 ◦ blue 208

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

Shades of Deep Magenta #D911D0

Tints of Deep Magenta #D911D0

RGB

 RED value IS 217 (85.16% from 255) = 49.1%

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

 BLUE value IS 208 (81.64% from 255) = 47.06%

R = 49.1%
G = 3.85%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D911D0 (or 0xD911D0) is known color: Deep Magenta. HEX triplet: D9, 11 and D0. RGB value is (217,17,208). Sum of RGB (Red+Green+Blue) = 217+17+208=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D911D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911D0 is #26EE2F. Grayscale: #626262. Windows color (decimal): -2551344 or 13636057. OLE color: 13636057.

HSL color Cylindrical-coordinate representation of color #D911D0: hue angle of 302.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D911D0 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 17 208 -
CMYK 0 0.92 0.04 0.15
HSL 302.7º 0.85% 0.46% -
HSV(B) 302.7º 0.92% 0.85% -
XYZ 40.2 19.71 61.36 -
YUV 98.57 189.76 212.47 -
System Red Green Blue C M Y K H S L
Decimal 217 17 208 0 0.92 0.04 0.15 302.7 0.85 0.46
Hex D9 11 D0 0 5C 4 F 12F 55 2E
Octal 331 21 320 0 134 4 17 457 125 56
Binary 11011001 10001 11010000 0 1011100 100 1111 100101111 1010101 101110

Color Harmonies of #D911D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911D0

Black with #D911D0

Text Example


Text Example

White with #D911D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911D0; }

 p { color: rgb(217,17,208); }

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

background-color css

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

 a { background-color: rgb(217,17,208); }

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

border-color css

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

 span { border-color: rgb(217,17,208); }

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