#D023D4

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

Shades of Deep Magenta #D023D4

Tints of Deep Magenta #D023D4

Color information

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

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

Color convert

RGB20835212-
CMYK0.020.8300.17
HSL298.64º71.66%48.43%-
HSV(B)298.64º83.49%83.14%-
XYZ38.519.3764-
YUV106.9187.31200.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208352120.020.8300.17298.6471.6648.43
HexD023D425301112b4830
Octal32043324212302145311060
Binary11010000100011110101001010100110100011001010111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D023D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D023D4; }

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

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

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

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

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

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

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

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