Html Css Color HEX #D319BB Deep Magenta

📋 copy color: '#D319BB'

red 211 ◦ green 25 ◦ blue 187

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

Shades of Deep Magenta #D319BB

Tints of Deep Magenta #D319BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 49.88%
G = 5.91%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D319BB (or 0xD319BB) is known color: Deep Magenta. HEX triplet: D3, 19 and BB. RGB value is (211,25,187). Sum of RGB (Red+Green+Blue) = 211+25+187=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D319BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D319BB is #2CE644. Grayscale: #626262. Windows color (decimal): -2942533 or 12261843. OLE color: 12261843.

HSL color Cylindrical-coordinate representation of color #D319BB: hue angle of 307.74º 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 #D319BB is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 25 187 -
CMYK 0 0.88 0.11 0.17
HSL 307.74º 0.79% 0.46% -
HSV(B) 307.74º 0.88% 0.83% -
XYZ 36.18 18.13 48.61 -
YUV 99.08 177.62 207.83 -
System Red Green Blue C M Y K H S L
Decimal 211 25 187 0 0.88 0.11 0.17 307.74 0.79 0.46
Hex D3 19 BB 0 58 B 11 134 4F 2E
Octal 323 31 273 0 130 13 21 464 117 56
Binary 11010011 11001 10111011 0 1011000 1011 10001 100110100 1001111 101110

Color Harmonies of #D319BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319BB

Black with #D319BB

Text Example


Text Example

White with #D319BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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