Html Css Color HEX #D414DB Deep Magenta

📋 copy color: '#D414DB'

red 212 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #D414DB

Tints of Deep Magenta #D414DB

RGB

 RED value IS 212 (83.2% from 255) = 47.01%

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

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

R = 47.01%
G = 4.43%
B = 48.56%

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

#D414DB (or 0xD414DB) is known color: Deep Magenta. HEX triplet: D4, 14 and DB. RGB value is (212,20,219). Sum of RGB (Red+Green+Blue) = 212+20+219=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #D414DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414DB is #2BEB24. Grayscale: #636363. Windows color (decimal): -2878245 or 14357716. OLE color: 14357716.

HSL color Cylindrical-coordinate representation of color #D414DB: hue angle of 297.89º 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 #D414DB is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 20 219 -
CMYK 0.03 0.91 0 0.14
HSL 297.89º 0.83% 0.47% -
HSV(B) 297.89º 0.91% 0.86% -
XYZ 40.19 19.61 68.69 -
YUV 100.09 195.11 207.82 -
System Red Green Blue C M Y K H S L
Decimal 212 20 219 0.03 0.91 0 0.14 297.89 0.83 0.47
Hex D4 14 DB 3 5B 0 E 12A 53 2F
Octal 324 24 333 3 133 0 16 452 123 57
Binary 11010100 10100 11011011 11 1011011 0 1110 100101010 1010011 101111

Color Harmonies of #D414DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414DB

Black with #D414DB

Text Example


Text Example

White with #D414DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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