#D123CA

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

Shades of Deep Magenta #D123CA

Tints of Deep Magenta #D123CA

Color information

#D123CA (or 0xD123CA) is unknown color: approx Deep Magenta. HEX triplet: D1, 23 and CA. RGB value is (209,35,202). Sum of RGB (Red+Green+Blue) = 209+35+202=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D123CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123CA is #2EDC35. Grayscale: #696969. Windows color (decimal): -3071030 or 13247441. OLE color: 13247441.

HSL color Cylindrical-coordinate representation of color #D123CA: hue angle of 302.41º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D123CA is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB20935202-
CMYK00.830.030.18
HSL302.41º71.31%47.84%-
HSV(B)302.41º83.25%81.96%-
XYZ37.5619.0257.57-
YUV106.06182.15201.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 35 (14.06% from 255) = 7.85%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=46.86%
G=7.85%
B=45.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093520200.830.030.18302.4171.3147.84
HexD123CA05331212e4730
Octal32143312012332245610760
Binary11010001100011110010100101001111100101001011101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D123CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D123CA; }

 p { color: rgb(209,35,202); }

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

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

 a { background-color: rgb(209,35,202); }

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

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

 span { border-color: rgb(209,35,202); }

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