#DA23C8

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

Shades of Deep Magenta #DA23C8

Tints of Deep Magenta #DA23C8

Color information

#DA23C8 (or 0xDA23C8) is unknown color: approx Deep Magenta. HEX triplet: DA, 23 and C8. RGB value is (218,35,200). Sum of RGB (Red+Green+Blue) = 218+35+200=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23C8 is #25DC37. Grayscale: #6C6C6C. Windows color (decimal): -2481208 or 13116378. OLE color: 13116378.

HSL color Cylindrical-coordinate representation of color #DA23C8: hue angle of 305.9º 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 #DA23C8 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB21835200-
CMYK00.840.080.15
HSL305.9º72.33%49.61%-
HSV(B)305.9º83.94%85.49%-
XYZ39.9420.2856.45-
YUV108.53179.63206.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 35 (14.06% from 255) = 7.73%
BLUE value IS 200 (78.52% from 255) = 44.15%
R=48.12%
G=7.73%
B=44.15%

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
Decimal2183520000.840.080.15305.972.3349.61
HexDA23C80548F1324832
Octal332433100124101746211062
Binary110110101000111100100001010100100011111001100101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA23C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA23C8; }

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

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

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

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

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

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

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

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