Html Css Color HEX #DA05C5 Deep Magenta

📋 copy color: '#DA05C5'

red 218 ◦ green 5 ◦ blue 197

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

Shades of Deep Magenta #DA05C5

Tints of Deep Magenta #DA05C5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.19%

 BLUE value IS 197 (77.34% from 255) = 46.9%

R = 51.9%
G = 1.19%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA05C5 (or 0xDA05C5) is known color: Deep Magenta. HEX triplet: DA, 05 and C5. RGB value is (218,5,197). Sum of RGB (Red+Green+Blue) = 218+5+197=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA05C5 is #25FA3A. Grayscale: #5A5A5A. Windows color (decimal): -2488891 or 12912090. OLE color: 12912090.

HSL color Cylindrical-coordinate representation of color #DA05C5: hue angle of 305.92º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA05C5 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 5 197 -
CMYK 0 0.98 0.10 0.15
HSL 305.92º 0.96% 0.44% -
HSV(B) 305.92º 0.98% 0.85% -
XYZ 39.05 19.05 54.44 -
YUV 90.58 188.07 218.89 -
System Red Green Blue C M Y K H S L
Decimal 218 5 197 0 0.98 0.10 0.15 305.92 0.96 0.44
Hex DA 5 C5 0 62 A F 132 60 2C
Octal 332 5 305 0 142 12 17 462 140 54
Binary 11011010 101 11000101 0 1100010 1010 1111 100110010 1100000 101100

Color Harmonies of #DA05C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05C5

Black with #DA05C5

Text Example


Text Example

White with #DA05C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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