Html Css Color HEX #D115B9 Deep Magenta

📋 copy color: '#D115B9'

red 209 ◦ green 21 ◦ blue 185

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

Shades of Deep Magenta #D115B9

Tints of Deep Magenta #D115B9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.06%

 BLUE value IS 185 (72.66% from 255) = 44.58%

R = 50.36%
G = 5.06%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D115B9 (or 0xD115B9) is known color: Deep Magenta. HEX triplet: D1, 15 and B9. RGB value is (209,21,185). Sum of RGB (Red+Green+Blue) = 209+21+185=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D115B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115B9 is #2EEA46. Grayscale: #5F5F5F. Windows color (decimal): -3074631 or 12129745. OLE color: 12129745.

HSL color Cylindrical-coordinate representation of color #D115B9: hue angle of 307.66º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D115B9 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 21 185 -
CMYK 0 0.90 0.11 0.18
HSL 307.66º 0.82% 0.45% -
HSV(B) 307.66º 0.9% 0.82% -
XYZ 35.32 17.59 47.43 -
YUV 95.91 178.28 208.66 -
System Red Green Blue C M Y K H S L
Decimal 209 21 185 0 0.90 0.11 0.18 307.66 0.82 0.45
Hex D1 15 B9 0 5A B 12 134 52 2D
Octal 321 25 271 0 132 13 22 464 122 55
Binary 11010001 10101 10111001 0 1011010 1011 10010 100110100 1010010 101101

Color Harmonies of #D115B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D115B9

Black with #D115B9

Text Example


Text Example

White with #D115B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D115B9; }

 p { color: rgb(209,21,185); }

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

background-color css

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

 a { background-color: rgb(209,21,185); }

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

border-color css

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

 span { border-color: rgb(209,21,185); }

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