Html Css Color HEX #D51ECC Deep Magenta

📋 copy color: '#D51ECC'

red 213 ◦ green 30 ◦ blue 204

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

Shades of Deep Magenta #D51ECC

Tints of Deep Magenta #D51ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 47.65%
G = 6.71%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D51ECC (or 0xD51ECC) is known color: Deep Magenta. HEX triplet: D5, 1E and CC. RGB value is (213,30,204). Sum of RGB (Red+Green+Blue) = 213+30+204=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D51ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51ECC is #2AE133. Grayscale: #686868. Windows color (decimal): -2810164 or 13377237. OLE color: 13377237.

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

Color convert

RGB 213 30 204 -
CMYK 0 0.86 0.04 0.16
HSL 302.95º 0.75% 0.48% -
HSV(B) 302.95º 0.86% 0.84% -
XYZ 38.8 19.43 58.83 -
YUV 104.55 184.13 205.35 -
System Red Green Blue C M Y K H S L
Decimal 213 30 204 0 0.86 0.04 0.16 302.95 0.75 0.48
Hex D5 1E CC 0 56 4 10 12F 4B 30
Octal 325 36 314 0 126 4 20 457 113 60
Binary 11010101 11110 11001100 0 1010110 100 10000 100101111 1001011 110000

Color Harmonies of #D51ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51ECC

Black with #D51ECC

Text Example


Text Example

White with #D51ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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