Html Css Color HEX #D319B6 Deep Magenta

📋 copy color: '#D319B6'

red 211 ◦ green 25 ◦ blue 182

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

Shades of Deep Magenta #D319B6

Tints of Deep Magenta #D319B6

RGB

 RED value IS 211 (82.81% from 255) = 50.48%

 GREEN value IS 25 (10.16% from 255) = 5.98%

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 50.48%
G = 5.98%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D319B6 (or 0xD319B6) is known color: Deep Magenta. HEX triplet: D3, 19 and B6. RGB value is (211,25,182). Sum of RGB (Red+Green+Blue) = 211+25+182=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D319B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D319B6 is #2CE649. Grayscale: #626262. Windows color (decimal): -2942538 or 11934163. OLE color: 11934163.

HSL color Cylindrical-coordinate representation of color #D319B6: hue angle of 309.35º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D319B6 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 25 182 -
CMYK 0 0.88 0.14 0.17
HSL 309.35º 0.79% 0.46% -
HSV(B) 309.35º 0.88% 0.83% -
XYZ 35.66 17.92 45.84 -
YUV 98.51 175.12 208.23 -
System Red Green Blue C M Y K H S L
Decimal 211 25 182 0 0.88 0.14 0.17 309.35 0.79 0.46
Hex D3 19 B6 0 58 E 11 135 4F 2E
Octal 323 31 266 0 130 16 21 465 117 56
Binary 11010011 11001 10110110 0 1011000 1110 10001 100110101 1001111 101110

Color Harmonies of #D319B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319B6

Black with #D319B6

Text Example


Text Example

White with #D319B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319B6; }

 p { color: rgb(211,25,182); }

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

background-color css

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

 a { background-color: rgb(211,25,182); }

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

border-color css

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

 span { border-color: rgb(211,25,182); }

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