Html Css Color HEX #DA05D9 Deep Magenta

📋 copy color: '#DA05D9'

red 218 ◦ green 5 ◦ blue 217

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

Shades of Deep Magenta #DA05D9

Tints of Deep Magenta #DA05D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.32%

R = 49.55%
G = 1.14%
B = 49.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DA05D9 (or 0xDA05D9) is known color: Deep Magenta. HEX triplet: DA, 05 and D9. RGB value is (218,5,217). Sum of RGB (Red+Green+Blue) = 218+5+217=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA05D9 is #25FA26. Grayscale: #5C5C5C. Windows color (decimal): -2488871 or 14222810. OLE color: 14222810.

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

Color convert

RGB 218 5 217 -
CMYK 0 0.98 0.00 0.15
HSL 300.28º 0.96% 0.44% -
HSV(B) 300.28º 0.98% 0.85% -
XYZ 41.49 20.02 67.32 -
YUV 92.86 198.07 217.26 -
System Red Green Blue C M Y K H S L
Decimal 218 5 217 0 0.98 0.00 0.15 300.28 0.96 0.44
Hex DA 5 D9 0 62 0 F 12C 60 2C
Octal 332 5 331 0 142 0 17 454 140 54
Binary 11011010 101 11011001 0 1100010 0 1111 100101100 1100000 101100

Color Harmonies of #DA05D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05D9

Black with #DA05D9

Text Example


Text Example

White with #DA05D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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