Html Css Color HEX #DA05B5 Deep Magenta

📋 copy color: '#DA05B5'

red 218 ◦ green 5 ◦ blue 181

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

Shades of Deep Magenta #DA05B5

Tints of Deep Magenta #DA05B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.8%

R = 53.96%
G = 1.24%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA05B5 (or 0xDA05B5) is known color: Deep Magenta. HEX triplet: DA, 05 and B5. RGB value is (218,5,181). Sum of RGB (Red+Green+Blue) = 218+5+181=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA05B5 is #25FA4A. Grayscale: #585858. Windows color (decimal): -2488907 or 11863514. OLE color: 11863514.

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

Color convert

RGB 218 5 181 -
CMYK 0 0.98 0.17 0.15
HSL 310.42º 0.96% 0.44% -
HSV(B) 310.42º 0.98% 0.85% -
XYZ 37.31 18.35 45.29 -
YUV 88.75 180.07 220.19 -
System Red Green Blue C M Y K H S L
Decimal 218 5 181 0 0.98 0.17 0.15 310.42 0.96 0.44
Hex DA 5 B5 0 62 11 F 136 60 2C
Octal 332 5 265 0 142 21 17 466 140 54
Binary 11011010 101 10110101 0 1100010 10001 1111 100110110 1100000 101100

Color Harmonies of #DA05B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05B5

Black with #DA05B5

Text Example


Text Example

White with #DA05B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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