Html Css Color HEX #D104B9 Deep Magenta

📋 copy color: '#D104B9'

red 209 ◦ green 4 ◦ blue 185

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

Shades of Deep Magenta #D104B9

Tints of Deep Magenta #D104B9

RGB

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

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

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

R = 52.51%
G = 1.01%
B = 46.48%

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

#D104B9 (or 0xD104B9) is known color: Deep Magenta. HEX triplet: D1, 04 and B9. RGB value is (209,4,185). Sum of RGB (Red+Green+Blue) = 209+4+185=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D104B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D104B9 is #2EFB46. Grayscale: #555555. Windows color (decimal): -3078983 or 12125393. OLE color: 12125393.

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

Color convert

RGB 209 4 185 -
CMYK 0 0.98 0.11 0.18
HSL 307.02º 0.96% 0.42% -
HSV(B) 307.02º 0.98% 0.82% -
XYZ 35.09 17.14 47.36 -
YUV 85.93 183.92 215.78 -
System Red Green Blue C M Y K H S L
Decimal 209 4 185 0 0.98 0.11 0.18 307.02 0.96 0.42
Hex D1 4 B9 0 62 B 12 133 60 2A
Octal 321 4 271 0 142 13 22 463 140 52
Binary 11010001 100 10111001 0 1100010 1011 10010 100110011 1100000 101010

Color Harmonies of #D104B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D104B9

Black with #D104B9

Text Example


Text Example

White with #D104B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D104B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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