Html Css Color HEX #DA23DD Deep Magenta

📋 copy color: '#DA23DD'

red 218 ◦ green 35 ◦ blue 221

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

Shades of Deep Magenta #DA23DD

Tints of Deep Magenta #DA23DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 45.99%
G = 7.38%
B = 46.62%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA23DD (or 0xDA23DD) is known color: Deep Magenta. HEX triplet: DA, 23 and DD. RGB value is (218,35,221). Sum of RGB (Red+Green+Blue) = 218+35+221=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA23DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23DD is #25DC22. Grayscale: #6E6E6E. Windows color (decimal): -2481187 or 14492634. OLE color: 14492634.

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

Color convert

RGB 218 35 221 -
CMYK 0.01 0.84 0 0.13
HSL 299.03º 0.73% 0.5% -
HSV(B) 299.03º 0.84% 0.87% -
XYZ 42.57 21.33 70.28 -
YUV 110.92 190.13 204.38 -
System Red Green Blue C M Y K H S L
Decimal 218 35 221 0.01 0.84 0 0.13 299.03 0.73 0.5
Hex DA 23 DD 1 54 0 D 12B 49 32
Octal 332 43 335 1 124 0 15 453 111 62
Binary 11011010 100011 11011101 1 1010100 0 1101 100101011 1001001 110010

Color Harmonies of #DA23DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA23DD

Black with #DA23DD

Text Example


Text Example

White with #DA23DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA23DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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