Html Css Color HEX #D104C9 Deep Magenta

📋 copy color: '#D104C9'

red 209 ◦ green 4 ◦ blue 201

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

Shades of Deep Magenta #D104C9

Tints of Deep Magenta #D104C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.55%

R = 50.48%
G = 0.97%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D104C9 (or 0xD104C9) is known color: Deep Magenta. HEX triplet: D1, 04 and C9. RGB value is (209,4,201). Sum of RGB (Red+Green+Blue) = 209+4+201=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D104C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D104C9 is #2EFB36. Grayscale: #575757. Windows color (decimal): -3078967 or 13173969. OLE color: 13173969.

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

Color convert

RGB 209 4 201 -
CMYK 0 0.98 0.04 0.18
HSL 302.34º 0.96% 0.42% -
HSV(B) 302.34º 0.98% 0.82% -
XYZ 36.88 17.86 56.76 -
YUV 87.75 191.92 214.48 -
System Red Green Blue C M Y K H S L
Decimal 209 4 201 0 0.98 0.04 0.18 302.34 0.96 0.42
Hex D1 4 C9 0 62 4 12 12E 60 2A
Octal 321 4 311 0 142 4 22 456 140 52
Binary 11010001 100 11001001 0 1100010 100 10010 100101110 1100000 101010

Color Harmonies of #D104C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D104C9

Black with #D104C9

Text Example


Text Example

White with #D104C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D104C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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