#d11fb8

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

Shades of Deep Magenta #D11FB8

Tints of Deep Magenta #D11FB8

Color information

#D11FB8 (or 0xD11FB8) is unknown color: approx Deep Magenta. HEX triplet: D1, 1F and B8. RGB value is (209,31,184). Sum of RGB (Red+Green+Blue) = 209+31+184=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FB8 is #2EE047. Grayscale: #656565. Windows color (decimal): -3072072 or 12066769. OLE color: 12066769.

HSL color Cylindrical-coordinate representation of color #D11FB8: hue angle of 308.43º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11FB8 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB20931184-
CMYK00.850.120.18
HSL308.43º74.17%47.06%-
HSV(B)308.43º85.17%81.96%-
XYZ35.441846.95-
YUV101.66174.47204.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.29%
GREEN value IS 31 (12.5% from 255) = 7.31%
BLUE value IS 184 (72.27% from 255) = 43.40%
R=49.29%
G=7.31%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093118400.850.120.18308.4374.1747.06
HexD11FB8055C121344a2f
Octal321372700125142246411257
Binary110100011111110111000010101011100100101001101001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d11fb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d11fb8; }

 p { color: rgb(209,31,184); }

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

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

 a { background-color: rgb(209,31,184); }

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

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

 span { border-color: rgb(209,31,184); }

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