#d51ecf

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

Shades of Deep Magenta #D51ECF

Tints of Deep Magenta #D51ECF

Color information

#D51ECF (or 0xD51ECF) is unknown color: approx Deep Magenta. HEX triplet: D5, 1E and CF. RGB value is (213,30,207). Sum of RGB (Red+Green+Blue) = 213+30+207=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D51ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51ECF is #2AE130. Grayscale: #686868. Windows color (decimal): -2810161 or 13573845. OLE color: 13573845.

HSL color Cylindrical-coordinate representation of color #D51ECF: hue angle of 301.97º 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 #D51ECF is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB21330207-
CMYK00.860.030.16
HSL301.97º75.31%47.65%-
HSV(B)301.97º85.92%83.53%-
XYZ39.1719.5860.75-
YUV104.9185.63205.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.33%
GREEN value IS 30 (12.11% from 255) = 6.67%
BLUE value IS 207 (81.25% from 255) = 46%
R=47.33%
G=6.67%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133020700.860.030.16301.9775.3147.65
HexD51ECF05631012e4b30
Octal32536317012632045611360
Binary1101010111110110011110101011011100001001011101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d51ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d51ecf; }

 p { color: rgb(213,30,207); }

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

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

 a { background-color: rgb(213,30,207); }

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

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

 span { border-color: rgb(213,30,207); }

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