Html Css Color HEX #D104BB Deep Magenta

📋 copy color: '#D104BB'

red 209 ◦ green 4 ◦ blue 187

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

Shades of Deep Magenta #D104BB

Tints of Deep Magenta #D104BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

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

R = 52.25%
G = 1%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D104BB (or 0xD104BB) is known color: Deep Magenta. HEX triplet: D1, 04 and BB. RGB value is (209,4,187). Sum of RGB (Red+Green+Blue) = 209+4+187=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D104BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D104BB is #2EFB44. Grayscale: #555555. Windows color (decimal): -3078981 or 12256465. OLE color: 12256465.

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

Color convert

RGB 209 4 187 -
CMYK 0 0.98 0.11 0.18
HSL 306.44º 0.96% 0.42% -
HSV(B) 306.44º 0.98% 0.82% -
XYZ 35.31 17.23 48.48 -
YUV 86.16 184.92 215.62 -
System Red Green Blue C M Y K H S L
Decimal 209 4 187 0 0.98 0.11 0.18 306.44 0.96 0.42
Hex D1 4 BB 0 62 B 12 132 60 2A
Octal 321 4 273 0 142 13 22 462 140 52
Binary 11010001 100 10111011 0 1100010 1011 10010 100110010 1100000 101010

Color Harmonies of #D104BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D104BB

Black with #D104BB

Text Example


Text Example

White with #D104BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D104BB; }

 p { color: rgb(209,4,187); }

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

background-color css

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

 a { background-color: rgb(209,4,187); }

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

border-color css

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

 span { border-color: rgb(209,4,187); }

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