#D128C4

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

Shades of Deep Magenta #D128C4

Tints of Deep Magenta #D128C4

Color information

#D128C4 (or 0xD128C4) is unknown color: approx Deep Magenta. HEX triplet: D1, 28 and C4. RGB value is (209,40,196). Sum of RGB (Red+Green+Blue) = 209+40+196=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D128C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128C4 is #2ED73B. Grayscale: #6B6B6B. Windows color (decimal): -3069756 or 12855505. OLE color: 12855505.

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

Color convert

RGB20940196-
CMYK00.810.060.18
HSL304.62º67.87%48.82%-
HSV(B)304.62º80.86%81.96%-
XYZ37.0219.0653.95-
YUV108.32177.49199.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.97%
GREEN value IS 40 (16.02% from 255) = 8.99%
BLUE value IS 196 (76.95% from 255) = 44.04%
R=46.97%
G=8.99%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094019600.810.060.18304.6267.8748.82
HexD128C40516121314431
Octal32150304012162246110461
Binary110100011010001100010001010001110100101001100011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D128C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D128C4; }

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

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

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

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

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

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

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

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