Html Css Color HEX #D514DB Deep Magenta

📋 copy color: '#D514DB'

red 213 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #D514DB

Tints of Deep Magenta #D514DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.42%

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

R = 47.12%
G = 4.42%
B = 48.45%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D514DB (or 0xD514DB) is known color: Deep Magenta. HEX triplet: D5, 14 and DB. RGB value is (213,20,219). Sum of RGB (Red+Green+Blue) = 213+20+219=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #D514DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514DB is #2AEB24. Grayscale: #636363. Windows color (decimal): -2812709 or 14357717. OLE color: 14357717.

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

Color convert

RGB 213 20 219 -
CMYK 0.03 0.91 0 0.14
HSL 298.19º 0.83% 0.47% -
HSV(B) 298.19º 0.91% 0.86% -
XYZ 40.48 19.76 68.7 -
YUV 100.39 194.94 208.32 -
System Red Green Blue C M Y K H S L
Decimal 213 20 219 0.03 0.91 0 0.14 298.19 0.83 0.47
Hex D5 14 DB 3 5B 0 E 12A 53 2F
Octal 325 24 333 3 133 0 16 452 123 57
Binary 11010101 10100 11011011 11 1011011 0 1110 100101010 1010011 101111

Color Harmonies of #D514DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D514DB

Black with #D514DB

Text Example


Text Example

White with #D514DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D514DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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