Html Css Color HEX #D104CC Deep Magenta

📋 copy color: '#D104CC'

red 209 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #D104CC

Tints of Deep Magenta #D104CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 50.12%
G = 0.96%
B = 48.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D104CC (or 0xD104CC) is known color: Deep Magenta. HEX triplet: D1, 04 and CC. RGB value is (209,4,204). Sum of RGB (Red+Green+Blue) = 209+4+204=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D104CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D104CC is #2EFB33. Grayscale: #575757. Windows color (decimal): -3078964 or 13370577. OLE color: 13370577.

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

Color convert

RGB 209 4 204 -
CMYK 0 0.98 0.02 0.18
HSL 301.46º 0.96% 0.42% -
HSV(B) 301.46º 0.98% 0.82% -
XYZ 37.24 18 58.64 -
YUV 88.1 193.42 214.24 -
System Red Green Blue C M Y K H S L
Decimal 209 4 204 0 0.98 0.02 0.18 301.46 0.96 0.42
Hex D1 4 CC 0 62 2 12 12D 60 2A
Octal 321 4 314 0 142 2 22 455 140 52
Binary 11010001 100 11001100 0 1100010 10 10010 100101101 1100000 101010

Color Harmonies of #D104CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D104CC

Black with #D104CC

Text Example


Text Example

White with #D104CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D104CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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