Html Css Color HEX #D114DB Deep Magenta

📋 copy color: '#D114DB'

red 209 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #D114DB

Tints of Deep Magenta #D114DB

RGB

 RED value IS 209 (82.03% from 255) = 46.65%

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

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

R = 46.65%
G = 4.46%
B = 48.88%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D114DB (or 0xD114DB) is known color: Deep Magenta. HEX triplet: D1, 14 and DB. RGB value is (209,20,219). Sum of RGB (Red+Green+Blue) = 209+20+219=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #D114DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D114DB is #2EEB24. Grayscale: #626262. Windows color (decimal): -3074853 or 14357713. OLE color: 14357713.

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

Color convert

RGB 209 20 219 -
CMYK 0.05 0.91 0 0.14
HSL 296.98º 0.83% 0.47% -
HSV(B) 296.98º 0.91% 0.86% -
XYZ 39.33 19.17 68.65 -
YUV 99.2 195.62 206.32 -
System Red Green Blue C M Y K H S L
Decimal 209 20 219 0.05 0.91 0 0.14 296.98 0.83 0.47
Hex D1 14 DB 5 5B 0 E 129 53 2F
Octal 321 24 333 5 133 0 16 451 123 57
Binary 11010001 10100 11011011 101 1011011 0 1110 100101001 1010011 101111

Color Harmonies of #D114DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D114DB

Black with #D114DB

Text Example


Text Example

White with #D114DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D114DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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