Html Css Color HEX #D511DB Deep Magenta

📋 copy color: '#D511DB'

red 213 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #D511DB

Tints of Deep Magenta #D511DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 47.44%
G = 3.79%
B = 48.78%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D511DB (or 0xD511DB) is known color: Deep Magenta. HEX triplet: D5, 11 and DB. RGB value is (213,17,219). Sum of RGB (Red+Green+Blue) = 213+17+219=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #D511DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511DB is #2AEE24. Grayscale: #626262. Windows color (decimal): -2813477 or 14356949. OLE color: 14356949.

HSL color Cylindrical-coordinate representation of color #D511DB: hue angle of 298.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D511DB is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 17 219 -
CMYK 0.03 0.92 0 0.14
HSL 298.22º 0.86% 0.46% -
HSV(B) 298.22º 0.92% 0.86% -
XYZ 40.43 19.66 68.68 -
YUV 98.63 195.93 209.57 -
System Red Green Blue C M Y K H S L
Decimal 213 17 219 0.03 0.92 0 0.14 298.22 0.86 0.46
Hex D5 11 DB 3 5C 0 E 12A 56 2E
Octal 325 21 333 3 134 0 16 452 126 56
Binary 11010101 10001 11011011 11 1011100 0 1110 100101010 1010110 101110

Color Harmonies of #D511DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511DB

Black with #D511DB

Text Example


Text Example

White with #D511DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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