#DA23C5

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

Shades of Deep Magenta #DA23C5

Tints of Deep Magenta #DA23C5

Color information

#DA23C5 (or 0xDA23C5) is unknown color: approx Deep Magenta. HEX triplet: DA, 23 and C5. RGB value is (218,35,197). Sum of RGB (Red+Green+Blue) = 218+35+197=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23C5 is #25DC3A. Grayscale: #6B6B6B. Windows color (decimal): -2481211 or 12919770. OLE color: 12919770.

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

Color convert

RGB21835197-
CMYK00.840.100.15
HSL306.89º72.33%49.61%-
HSV(B)306.89º83.94%85.49%-
XYZ39.5920.1454.62-
YUV108.18178.13206.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.44%
GREEN value IS 35 (14.06% from 255) = 7.78%
BLUE value IS 197 (77.34% from 255) = 43.78%
R=48.44%
G=7.78%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183519700.840.100.15306.8972.3349.61
HexDA23C5054AF1334832
Octal332433050124121746311062
Binary110110101000111100010101010100101011111001100111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA23C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA23C5; }

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

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

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

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

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

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

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

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