Html Css Color HEX #DA22DA Deep Magenta

📋 copy color: '#DA22DA'

red 218 ◦ green 34 ◦ blue 218

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

Shades of Deep Magenta #DA22DA

Tints of Deep Magenta #DA22DA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.23%

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 46.38%
G = 7.23%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA22DA (or 0xDA22DA) is known color: Deep Magenta. HEX triplet: DA, 22 and DA. RGB value is (218,34,218). Sum of RGB (Red+Green+Blue) = 218+34+218=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA22DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA22DA is #25DD25. Grayscale: #6D6D6D. Windows color (decimal): -2481446 or 14295770. OLE color: 14295770.

HSL color Cylindrical-coordinate representation of color #DA22DA: hue angle of 300º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA22DA is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 34 218 -
CMYK 0 0.84 0 0.15
HSL 300º 0.73% 0.49% -
HSV(B) 300º 0.84% 0.85% -
XYZ 42.14 21.11 68.18 -
YUV 109.99 188.96 205.04 -
System Red Green Blue C M Y K H S L
Decimal 218 34 218 0 0.84 0 0.15 300 0.73 0.49
Hex DA 22 DA 0 54 0 F 12C 49 31
Octal 332 42 332 0 124 0 17 454 111 61
Binary 11011010 100010 11011010 0 1010100 0 1111 100101100 1001001 110001

Color Harmonies of #DA22DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA22DA

Black with #DA22DA

Text Example


Text Example

White with #DA22DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA22DA; }

 p { color: rgb(218,34,218); }

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

background-color css

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

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

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

border-color css

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

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

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