#DA23C7

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

Shades of Deep Magenta #DA23C7

Tints of Deep Magenta #DA23C7

Color information

#DA23C7 (or 0xDA23C7) is unknown color: approx Deep Magenta. HEX triplet: DA, 23 and C7. RGB value is (218,35,199). Sum of RGB (Red+Green+Blue) = 218+35+199=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23C7 is #25DC38. Grayscale: #6B6B6B. Windows color (decimal): -2481209 or 13050842. OLE color: 13050842.

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

Color convert

RGB21835199-
CMYK00.840.090.15
HSL306.23º72.33%49.61%-
HSV(B)306.23º83.94%85.49%-
XYZ39.8220.2355.84-
YUV108.41179.13206.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.23%
GREEN value IS 35 (14.06% from 255) = 7.74%
BLUE value IS 199 (78.12% from 255) = 44.03%
R=48.23%
G=7.74%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183519900.840.090.15306.2372.3349.61
HexDA23C70549F1324832
Octal332433070124111746211062
Binary110110101000111100011101010100100111111001100101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA23C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA23C7; }

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

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

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

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

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

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

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

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