Html Css Color HEX #D911C1 Deep Magenta

📋 copy color: '#D911C1'

red 217 ◦ green 17 ◦ blue 193

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

Shades of Deep Magenta #D911C1

Tints of Deep Magenta #D911C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.2%

R = 50.82%
G = 3.98%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D911C1 (or 0xD911C1) is known color: Deep Magenta. HEX triplet: D9, 11 and C1. RGB value is (217,17,193). Sum of RGB (Red+Green+Blue) = 217+17+193=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D911C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911C1 is #26EE3E. Grayscale: #606060. Windows color (decimal): -2551359 or 12653017. OLE color: 12653017.

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

Color convert

RGB 217 17 193 -
CMYK 0 0.92 0.11 0.15
HSL 307.2º 0.85% 0.46% -
HSV(B) 307.2º 0.92% 0.85% -
XYZ 38.44 19 52.09 -
YUV 96.86 182.26 213.69 -
System Red Green Blue C M Y K H S L
Decimal 217 17 193 0 0.92 0.11 0.15 307.2 0.85 0.46
Hex D9 11 C1 0 5C B F 133 55 2E
Octal 331 21 301 0 134 13 17 463 125 56
Binary 11011001 10001 11000001 0 1011100 1011 1111 100110011 1010101 101110

Color Harmonies of #D911C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911C1

Black with #D911C1

Text Example


Text Example

White with #D911C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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