Html Css Color HEX #D120B9 Deep Magenta

📋 copy color: '#D120B9'

red 209 ◦ green 32 ◦ blue 185

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

Shades of Deep Magenta #D120B9

Tints of Deep Magenta #D120B9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.51%

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

R = 49.06%
G = 7.51%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D120B9 (or 0xD120B9) is known color: Deep Magenta. HEX triplet: D1, 20 and B9. RGB value is (209,32,185). Sum of RGB (Red+Green+Blue) = 209+32+185=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D120B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120B9 is #2EDF46. Grayscale: #656565. Windows color (decimal): -3071815 or 12132561. OLE color: 12132561.

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

Color convert

RGB 209 32 185 -
CMYK 0 0.85 0.11 0.18
HSL 308.14º 0.73% 0.47% -
HSV(B) 308.14º 0.85% 0.82% -
XYZ 35.57 18.09 47.52 -
YUV 102.37 174.64 204.06 -
System Red Green Blue C M Y K H S L
Decimal 209 32 185 0 0.85 0.11 0.18 308.14 0.73 0.47
Hex D1 20 B9 0 55 B 12 134 49 2F
Octal 321 40 271 0 125 13 22 464 111 57
Binary 11010001 100000 10111001 0 1010101 1011 10010 100110100 1001001 101111

Color Harmonies of #D120B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D120B9

Black with #D120B9

Text Example


Text Example

White with #D120B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D120B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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