#d91fd3

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

Shades of Deep Magenta #D91FD3

Tints of Deep Magenta #D91FD3

Color information

#D91FD3 (or 0xD91FD3) is unknown color: approx Deep Magenta. HEX triplet: D9, 1F and D3. RGB value is (217,31,211). Sum of RGB (Red+Green+Blue) = 217+31+211=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D91FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91FD3 is #26E02C. Grayscale: #6A6A6A. Windows color (decimal): -2547757 or 13836249. OLE color: 13836249.

HSL color Cylindrical-coordinate representation of color #D91FD3: hue angle of 301.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91FD3 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB21731211-
CMYK00.860.030.15
HSL301.94º75%48.63%-
HSV(B)301.94º85.71%85.1%-
XYZ40.8620.4363.42-
YUV107.13186.62206.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 31 (12.5% from 255) = 6.75%
BLUE value IS 211 (82.81% from 255) = 45.97%
R=47.28%
G=6.75%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173121100.860.030.15301.947548.63
HexD91FD30563F12e4b31
Octal33137323012631745611361
Binary110110011111111010011010101101111111001011101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d91fd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d91fd3; }

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

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

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

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

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

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

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

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