Html Css Color HEX #D120B7 Deep Magenta

📋 copy color: '#D120B7'

red 209 ◦ green 32 ◦ blue 183

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

Shades of Deep Magenta #D120B7

Tints of Deep Magenta #D120B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.16%

R = 49.29%
G = 7.55%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D120B7 (or 0xD120B7) is known color: Deep Magenta. HEX triplet: D1, 20 and B7. RGB value is (209,32,183). Sum of RGB (Red+Green+Blue) = 209+32+183=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D120B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120B7 is #2EDF48. Grayscale: #656565. Windows color (decimal): -3071817 or 12001489. OLE color: 12001489.

HSL color Cylindrical-coordinate representation of color #D120B7: hue angle of 308.81º 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 #D120B7 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 183 -
CMYK 0 0.85 0.12 0.18
HSL 308.81º 0.73% 0.47% -
HSV(B) 308.81º 0.85% 0.82% -
XYZ 35.36 18.01 46.41 -
YUV 102.14 173.64 204.22 -
System Red Green Blue C M Y K H S L
Decimal 209 32 183 0 0.85 0.12 0.18 308.81 0.73 0.47
Hex D1 20 B7 0 55 C 12 135 49 2F
Octal 321 40 267 0 125 14 22 465 111 57
Binary 11010001 100000 10110111 0 1010101 1100 10010 100110101 1001001 101111

Color Harmonies of #D120B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D120B7

Black with #D120B7

Text Example


Text Example

White with #D120B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D120B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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