Html Css Color HEX #D104B2 Deep Magenta

📋 copy color: '#D104B2'

red 209 ◦ green 4 ◦ blue 178

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

Shades of Deep Magenta #D104B2

Tints of Deep Magenta #D104B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.52%

R = 53.45%
G = 1.02%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D104B2 (or 0xD104B2) is known color: Deep Magenta. HEX triplet: D1, 04 and B2. RGB value is (209,4,178). Sum of RGB (Red+Green+Blue) = 209+4+178=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D104B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D104B2 is #2EFB4D. Grayscale: #545454. Windows color (decimal): -3078990 or 11666641. OLE color: 11666641.

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

Color convert

RGB 209 4 178 -
CMYK 0 0.98 0.15 0.18
HSL 309.07º 0.96% 0.42% -
HSV(B) 309.07º 0.98% 0.82% -
XYZ 34.37 16.86 43.56 -
YUV 85.13 180.42 216.35 -
System Red Green Blue C M Y K H S L
Decimal 209 4 178 0 0.98 0.15 0.18 309.07 0.96 0.42
Hex D1 4 B2 0 62 F 12 135 60 2A
Octal 321 4 262 0 142 17 22 465 140 52
Binary 11010001 100 10110010 0 1100010 1111 10010 100110101 1100000 101010

Color Harmonies of #D104B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D104B2

Black with #D104B2

Text Example


Text Example

White with #D104B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D104B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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