Html Css Color HEX #D511B9 Deep Magenta

📋 copy color: '#D511B9'

red 213 ◦ green 17 ◦ blue 185

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

Shades of Deep Magenta #D511B9

Tints of Deep Magenta #D511B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.58%

R = 51.33%
G = 4.1%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D511B9 (or 0xD511B9) is known color: Deep Magenta. HEX triplet: D5, 11 and B9. RGB value is (213,17,185). Sum of RGB (Red+Green+Blue) = 213+17+185=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D511B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511B9 is #2AEE46. Grayscale: #5E5E5E. Windows color (decimal): -2813511 or 12128725. OLE color: 12128725.

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

Color convert

RGB 213 17 185 -
CMYK 0 0.92 0.13 0.16
HSL 308.57º 0.85% 0.45% -
HSV(B) 308.57º 0.92% 0.84% -
XYZ 36.4 18.05 47.46 -
YUV 94.76 178.93 212.34 -
System Red Green Blue C M Y K H S L
Decimal 213 17 185 0 0.92 0.13 0.16 308.57 0.85 0.45
Hex D5 11 B9 0 5C D 10 135 55 2D
Octal 325 21 271 0 134 15 20 465 125 55
Binary 11010101 10001 10111001 0 1011100 1101 10000 100110101 1010101 101101

Color Harmonies of #D511B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511B9

Black with #D511B9

Text Example


Text Example

White with #D511B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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