Html Css Color HEX #D911C0 Deep Magenta

📋 copy color: '#D911C0'

red 217 ◦ green 17 ◦ blue 192

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

Shades of Deep Magenta #D911C0

Tints of Deep Magenta #D911C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.07%

R = 50.94%
G = 3.99%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D911C0 (or 0xD911C0) is known color: Deep Magenta. HEX triplet: D9, 11 and C0. RGB value is (217,17,192). Sum of RGB (Red+Green+Blue) = 217+17+192=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D911C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911C0 is #26EE3F. Grayscale: #606060. Windows color (decimal): -2551360 or 12587481. OLE color: 12587481.

HSL color Cylindrical-coordinate representation of color #D911C0: hue angle of 307.5º 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 #D911C0 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 17 192 -
CMYK 0 0.92 0.12 0.15
HSL 307.5º 0.85% 0.46% -
HSV(B) 307.5º 0.92% 0.85% -
XYZ 38.33 18.96 51.51 -
YUV 96.75 181.76 213.77 -
System Red Green Blue C M Y K H S L
Decimal 217 17 192 0 0.92 0.12 0.15 307.5 0.85 0.46
Hex D9 11 C0 0 5C C F 134 55 2E
Octal 331 21 300 0 134 14 17 464 125 56
Binary 11011001 10001 11000000 0 1011100 1100 1111 100110100 1010101 101110

Color Harmonies of #D911C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911C0

Black with #D911C0

Text Example


Text Example

White with #D911C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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