Html Css Color HEX #D91CC6 Deep Magenta

📋 copy color: '#D91CC6'

red 217 ◦ green 28 ◦ blue 198

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

Shades of Deep Magenta #D91CC6

Tints of Deep Magenta #D91CC6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.32%

 BLUE value IS 198 (77.73% from 255) = 44.7%

R = 48.98%
G = 6.32%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D91CC6 (or 0xD91CC6) is known color: Deep Magenta. HEX triplet: D9, 1C and C6. RGB value is (217,28,198). Sum of RGB (Red+Green+Blue) = 217+28+198=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CC6 is #26E339. Grayscale: #676767. Windows color (decimal): -2548538 or 12983513. OLE color: 12983513.

HSL color Cylindrical-coordinate representation of color #D91CC6: hue angle of 306.03º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91CC6 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 28 198 -
CMYK 0 0.87 0.09 0.15
HSL 306.03º 0.77% 0.48% -
HSV(B) 306.03º 0.87% 0.85% -
XYZ 39.22 19.66 55.15 -
YUV 103.89 181.12 208.68 -
System Red Green Blue C M Y K H S L
Decimal 217 28 198 0 0.87 0.09 0.15 306.03 0.77 0.48
Hex D9 1C C6 0 57 9 F 132 4D 30
Octal 331 34 306 0 127 11 17 462 115 60
Binary 11011001 11100 11000110 0 1010111 1001 1111 100110010 1001101 110000

Color Harmonies of #D91CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91CC6

Black with #D91CC6

Text Example


Text Example

White with #D91CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91CC6; }

 p { color: rgb(217,28,198); }

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

background-color css

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

 a { background-color: rgb(217,28,198); }

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

border-color css

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

 span { border-color: rgb(217,28,198); }

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