#D119C4

Color #D119C4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D119C4

Tints of Deep Magenta #D119C4

Color information

#D119C4 (or 0xD119C4) is unknown color: approx Deep Magenta. HEX triplet: D1, 19 and C4. RGB value is (209,25,196). Sum of RGB (Red+Green+Blue) = 209+25+196=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D119C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119C4 is #2EE63B. Grayscale: #636363. Windows color (decimal): -3073596 or 12851665. OLE color: 12851665.

HSL color Cylindrical-coordinate representation of color #D119C4: hue angle of 304.24º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D119C4 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB20925196-
CMYK00.880.060.18
HSL304.24º78.63%45.88%-
HSV(B)304.24º88.04%81.96%-
XYZ36.6118.2453.82-
YUV99.51182.46206.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.60%
GREEN value IS 25 (10.16% from 255) = 5.81%
BLUE value IS 196 (76.95% from 255) = 45.58%
R=48.60%
G=5.81%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092519600.880.060.18304.2478.6345.88
HexD119C40586121304f2e
Octal32131304013062246011756
Binary11010001110011100010001011000110100101001100001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D119C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D119C4; }

 p { color: rgb(209,25,196); }

 H1.HeaderClassName
 {
   color: #D119C4;
 }
 .AnyTagClassName
 {
   color: #D119C4;
 }
</style>
background-color css

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

 a { background-color: rgb(209,25,196); }

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

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

 span { border-color: rgb(209,25,196); }

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