#d51fc9

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

Shades of Deep Magenta #D51FC9

Tints of Deep Magenta #D51FC9

Color information

#D51FC9 (or 0xD51FC9) is unknown color: approx Deep Magenta. HEX triplet: D5, 1F and C9. RGB value is (213,31,201). Sum of RGB (Red+Green+Blue) = 213+31+201=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FC9 is #2AE036. Grayscale: #686868. Windows color (decimal): -2809911 or 13180885. OLE color: 13180885.

HSL color Cylindrical-coordinate representation of color #D51FC9: hue angle of 303.96º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D51FC9 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB21331201-
CMYK00.850.060.16
HSL303.96º74.59%47.84%-
HSV(B)303.96º85.45%83.53%-
XYZ38.4719.3456.96-
YUV104.8182.3205.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.87%
GREEN value IS 31 (12.5% from 255) = 6.97%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=47.87%
G=6.97%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133120100.850.060.16303.9674.5947.84
HexD51FC90556101304b30
Octal32537311012562046011360
Binary11010101111111100100101010101110100001001100001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d51fc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d51fc9; }

 p { color: rgb(213,31,201); }

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

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

 a { background-color: rgb(213,31,201); }

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

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

 span { border-color: rgb(213,31,201); }

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