#d61fc7

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

Shades of Deep Magenta #D61FC7

Tints of Deep Magenta #D61FC7

Color information

#D61FC7 (or 0xD61FC7) is unknown color: approx Deep Magenta. HEX triplet: D6, 1F and C7. RGB value is (214,31,199). Sum of RGB (Red+Green+Blue) = 214+31+199=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FC7 is #29E038. Grayscale: #686868. Windows color (decimal): -2744377 or 13049814. OLE color: 13049814.

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

Color convert

RGB21431199-
CMYK00.860.070.16
HSL304.92º74.69%48.04%-
HSV(B)304.92º85.51%83.92%-
XYZ38.5319.455.75-
YUV104.87181.13205.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.20%
GREEN value IS 31 (12.5% from 255) = 6.98%
BLUE value IS 199 (78.12% from 255) = 44.82%
R=48.20%
G=6.98%
B=44.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143119900.860.070.16304.9274.6948.04
HexD61FC70567101314b30
Octal32637307012672046111360
Binary11010110111111100011101010110111100001001100011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d61fc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d61fc7; }

 p { color: rgb(214,31,199); }

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

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

 a { background-color: rgb(214,31,199); }

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

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

 span { border-color: rgb(214,31,199); }

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