#DA23C9

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

Shades of Deep Magenta #DA23C9

Tints of Deep Magenta #DA23C9

Color information

#DA23C9 (or 0xDA23C9) is unknown color: approx Deep Magenta. HEX triplet: DA, 23 and C9. RGB value is (218,35,201). Sum of RGB (Red+Green+Blue) = 218+35+201=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23C9 is #25DC36. Grayscale: #6C6C6C. Windows color (decimal): -2481207 or 13181914. OLE color: 13181914.

HSL color Cylindrical-coordinate representation of color #DA23C9: hue angle of 305.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA23C9 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB21835201-
CMYK00.840.080.15
HSL305.57º72.33%49.61%-
HSV(B)305.57º83.94%85.49%-
XYZ40.0620.3257.07-
YUV108.64180.13206-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.02%
GREEN value IS 35 (14.06% from 255) = 7.71%
BLUE value IS 201 (78.91% from 255) = 44.27%
R=48.02%
G=7.71%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183520100.840.080.15305.5772.3349.61
HexDA23C90548F1324832
Octal332433110124101746211062
Binary110110101000111100100101010100100011111001100101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA23C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA23C9; }

 p { color: rgb(218,35,201); }

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

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

 a { background-color: rgb(218,35,201); }

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

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

 span { border-color: rgb(218,35,201); }

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