#D423CF

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

Shades of Deep Magenta #D423CF

Tints of Deep Magenta #D423CF

Color information

#D423CF (or 0xD423CF) is unknown color: approx Deep Magenta. HEX triplet: D4, 23 and CF. RGB value is (212,35,207). Sum of RGB (Red+Green+Blue) = 212+35+207=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D423CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423CF is #2BDC30. Grayscale: #6B6B6B. Windows color (decimal): -2874417 or 13575124. OLE color: 13575124.

HSL color Cylindrical-coordinate representation of color #D423CF: hue angle of 301.69º 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 #D423CF is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB21235207-
CMYK00.830.020.17
HSL301.69º71.66%48.43%-
HSV(B)301.69º83.49%83.14%-
XYZ39.0119.760.78-
YUV107.53184.14202.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 35 (14.06% from 255) = 7.71%
BLUE value IS 207 (81.25% from 255) = 45.59%
R=46.70%
G=7.71%
B=45.59%

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
Decimal2123520700.830.020.17301.6971.6648.43
HexD423CF05321112e4830
Octal32443317012322145611060
Binary11010100100011110011110101001110100011001011101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D423CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D423CF; }

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

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

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

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

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

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

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

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