#D91FDF

Color #D91FDF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D91FDF

Tints of Deep Magenta #D91FDF

Color information

#D91FDF (or 0xD91FDF) is unknown color: approx Deep Magenta. HEX triplet: D9, 1F and DF. RGB value is (217,31,223). Sum of RGB (Red+Green+Blue) = 217+31+223=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #D91FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91FDF is #26E020. Grayscale: #6B6B6B. Windows color (decimal): -2547745 or 14622681. OLE color: 14622681.

HSL color Cylindrical-coordinate representation of color #D91FDF: hue angle of 298.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91FDF is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21731223-
CMYK0.030.8600.13
HSL298.12º75.59%49.8%-
HSV(B)298.12º86.1%87.45%-
XYZ42.4221.0671.64-
YUV108.5192.62205.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.07%
GREEN value IS 31 (12.5% from 255) = 6.58%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=46.07%
G=6.58%
B=47.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217312230.030.8600.13298.1275.5949.8
HexD91FDF3560D12a4c32
Octal33137337312601545211462
Binary110110011111111011111111010110011011001010101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91FDF; }

 p { color: rgb(217,31,223); }

 H1.HeaderClassName
 {
   color: #D91FDF;
 }
 .AnyTagClassName
 {
   color: #D91FDF;
 }
</style>
background-color css

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

 a { background-color: rgb(217,31,223); }

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

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

 span { border-color: rgb(217,31,223); }

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