Html Css Color HEX #D51EC9 Deep Magenta

📋 copy color: '#D51EC9'

red 213 ◦ green 30 ◦ blue 201

#D51EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D51EC9

Tints of Deep Magenta #D51EC9

RGB

 RED value IS 213 (83.59% from 255) = 47.97%

 GREEN value IS 30 (12.11% from 255) = 6.76%

 BLUE value IS 201 (78.91% from 255) = 45.27%

R = 47.97%
G = 6.76%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D51EC9 (or 0xD51EC9) is known color: Deep Magenta. HEX triplet: D5, 1E and C9. RGB value is (213,30,201). Sum of RGB (Red+Green+Blue) = 213+30+201=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EC9 is #2AE136. Grayscale: #676767. Windows color (decimal): -2810167 or 13180629. OLE color: 13180629.

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

Color convert

RGB 213 30 201 -
CMYK 0 0.86 0.06 0.16
HSL 303.93º 0.75% 0.48% -
HSV(B) 303.93º 0.86% 0.84% -
XYZ 38.45 19.29 56.96 -
YUV 104.21 182.63 205.6 -
System Red Green Blue C M Y K H S L
Decimal 213 30 201 0 0.86 0.06 0.16 303.93 0.75 0.48
Hex D5 1E C9 0 56 6 10 130 4B 30
Octal 325 36 311 0 126 6 20 460 113 60
Binary 11010101 11110 11001001 0 1010110 110 10000 100110000 1001011 110000

Color Harmonies of #D51EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EC9

Black with #D51EC9

Text Example


Text Example

White with #D51EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EC9; }

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

 H1.HeaderClassName
 {
   color: #D51EC9;
 }
 .AnyTagClassName
 {
   color: #D51EC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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