#D423D0

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

Shades of Deep Magenta #D423D0

Tints of Deep Magenta #D423D0

Color information

#D423D0 (or 0xD423D0) is unknown color: approx Deep Magenta. HEX triplet: D4, 23 and D0. RGB value is (212,35,208). Sum of RGB (Red+Green+Blue) = 212+35+208=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D423D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423D0 is #2BDC2F. Grayscale: #6B6B6B. Windows color (decimal): -2874416 or 13640660. OLE color: 13640660.

HSL color Cylindrical-coordinate representation of color #D423D0: hue angle of 301.36º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D423D0 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB21235208-
CMYK00.830.020.17
HSL301.36º71.66%48.43%-
HSV(B)301.36º83.49%83.14%-
XYZ39.1419.7561.42-
YUV107.64184.64202.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 35 (14.06% from 255) = 7.69%
BLUE value IS 208 (81.64% from 255) = 45.71%
R=46.59%
G=7.69%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123520800.830.020.17301.3671.6648.43
HexD423D005321112d4830
Octal32443320012322145511060
Binary11010100100011110100000101001110100011001011011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D423D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D423D0; }

 p { color: rgb(212,35,208); }

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

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

 a { background-color: rgb(212,35,208); }

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

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

 span { border-color: rgb(212,35,208); }

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