Html Css Color HEX #DA23DF Deep Magenta

📋 copy color: '#DA23DF'

red 218 ◦ green 35 ◦ blue 223

#DA23DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #DA23DF

Tints of Deep Magenta #DA23DF

RGB

 RED value IS 218 (85.55% from 255) = 45.8%

 GREEN value IS 35 (14.06% from 255) = 7.35%

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 45.8%
G = 7.35%
B = 46.85%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA23DF (or 0xDA23DF) is known color: Deep Magenta. HEX triplet: DA, 23 and DF. RGB value is (218,35,223). Sum of RGB (Red+Green+Blue) = 218+35+223=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA23DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23DF is #25DC20. Grayscale: #6E6E6E. Windows color (decimal): -2481185 or 14623706. OLE color: 14623706.

HSL color Cylindrical-coordinate representation of color #DA23DF: hue angle of 298.4º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA23DF is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 35 223 -
CMYK 0.02 0.84 0 0.13
HSL 298.4º 0.75% 0.51% -
HSV(B) 298.4º 0.84% 0.87% -
XYZ 42.83 21.44 71.69 -
YUV 111.15 191.13 204.21 -
System Red Green Blue C M Y K H S L
Decimal 218 35 223 0.02 0.84 0 0.13 298.4 0.75 0.51
Hex DA 23 DF 2 54 0 D 12A 4B 33
Octal 332 43 337 2 124 0 15 452 113 63
Binary 11011010 100011 11011111 10 1010100 0 1101 100101010 1001011 110011

Color Harmonies of #DA23DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA23DF

Black with #DA23DF

Text Example


Text Example

White with #DA23DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA23DF; }

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

 H1.HeaderClassName
 {
   color: #DA23DF;
 }
 .AnyTagClassName
 {
   color: #DA23DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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