#D127CA

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

Shades of Deep Magenta #D127CA

Tints of Deep Magenta #D127CA

Color information

#D127CA (or 0xD127CA) is unknown color: approx Deep Magenta. HEX triplet: D1, 27 and CA. RGB value is (209,39,202). Sum of RGB (Red+Green+Blue) = 209+39+202=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D127CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D127CA is #2ED835. Grayscale: #6B6B6B. Windows color (decimal): -3070006 or 13248465. OLE color: 13248465.

HSL color Cylindrical-coordinate representation of color #D127CA: hue angle of 302.47º degrees, saturation: 0.69, 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 #D127CA is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB20939202-
CMYK00.810.030.18
HSL302.47º68.55%48.63%-
HSV(B)302.47º81.34%81.96%-
XYZ37.6819.2757.61-
YUV108.41180.82199.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.44%
GREEN value IS 39 (15.62% from 255) = 8.67%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=46.44%
G=8.67%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093920200.810.030.18302.4768.5548.63
HexD127CA05131212e4531
Octal32147312012132245610561
Binary11010001100111110010100101000111100101001011101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D127CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D127CA; }

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

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

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

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

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

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

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

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