Html Css Color HEX #D511C0 Deep Magenta

📋 copy color: '#D511C0'

red 213 ◦ green 17 ◦ blue 192

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

Shades of Deep Magenta #D511C0

Tints of Deep Magenta #D511C0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.03%

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 50.47%
G = 4.03%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D511C0 (or 0xD511C0) is known color: Deep Magenta. HEX triplet: D5, 11 and C0. RGB value is (213,17,192). Sum of RGB (Red+Green+Blue) = 213+17+192=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D511C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511C0 is #2AEE3F. Grayscale: #5F5F5F. Windows color (decimal): -2813504 or 12587477. OLE color: 12587477.

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

Color convert

RGB 213 17 192 -
CMYK 0 0.92 0.10 0.16
HSL 306.43º 0.85% 0.45% -
HSV(B) 306.43º 0.92% 0.84% -
XYZ 37.16 18.35 51.45 -
YUV 95.55 182.43 211.77 -
System Red Green Blue C M Y K H S L
Decimal 213 17 192 0 0.92 0.10 0.16 306.43 0.85 0.45
Hex D5 11 C0 0 5C A 10 132 55 2D
Octal 325 21 300 0 134 12 20 462 125 55
Binary 11010101 10001 11000000 0 1011100 1010 10000 100110010 1010101 101101

Color Harmonies of #D511C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511C0

Black with #D511C0

Text Example


Text Example

White with #D511C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511C0; }

 p { color: rgb(213,17,192); }

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

background-color css

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

 a { background-color: rgb(213,17,192); }

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

border-color css

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

 span { border-color: rgb(213,17,192); }

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