Html Css Color HEX #D911C5 Deep Magenta

📋 copy color: '#D911C5'

red 217 ◦ green 17 ◦ blue 197

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

Shades of Deep Magenta #D911C5

Tints of Deep Magenta #D911C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.71%

R = 50.35%
G = 3.94%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D911C5 (or 0xD911C5) is known color: Deep Magenta. HEX triplet: D9, 11 and C5. RGB value is (217,17,197). Sum of RGB (Red+Green+Blue) = 217+17+197=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D911C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911C5 is #26EE3A. Grayscale: #606060. Windows color (decimal): -2551355 or 12915161. OLE color: 12915161.

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

Color convert

RGB 217 17 197 -
CMYK 0 0.92 0.09 0.15
HSL 306º 0.85% 0.46% -
HSV(B) 306º 0.92% 0.85% -
XYZ 38.89 19.18 54.48 -
YUV 97.32 184.26 213.36 -
System Red Green Blue C M Y K H S L
Decimal 217 17 197 0 0.92 0.09 0.15 306 0.85 0.46
Hex D9 11 C5 0 5C 9 F 132 55 2E
Octal 331 21 305 0 134 11 17 462 125 56
Binary 11011001 10001 11000101 0 1011100 1001 1111 100110010 1010101 101110

Color Harmonies of #D911C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911C5

Black with #D911C5

Text Example


Text Example

White with #D911C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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