Html Css Color HEX #DA05B4 Deep Magenta

📋 copy color: '#DA05B4'

red 218 ◦ green 5 ◦ blue 180

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

Shades of Deep Magenta #DA05B4

Tints of Deep Magenta #DA05B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 54.09%
G = 1.24%
B = 44.67%

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

#DA05B4 (or 0xDA05B4) is known color: Deep Magenta. HEX triplet: DA, 05 and B4. RGB value is (218,5,180). Sum of RGB (Red+Green+Blue) = 218+5+180=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA05B4 is #25FA4B. Grayscale: #585858. Windows color (decimal): -2488908 or 11797978. OLE color: 11797978.

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

Color convert

RGB 218 5 180 -
CMYK 0 0.98 0.17 0.15
HSL 310.7º 0.96% 0.44% -
HSV(B) 310.7º 0.98% 0.85% -
XYZ 37.21 18.31 44.75 -
YUV 88.64 179.57 220.27 -
System Red Green Blue C M Y K H S L
Decimal 218 5 180 0 0.98 0.17 0.15 310.7 0.96 0.44
Hex DA 5 B4 0 62 11 F 137 60 2C
Octal 332 5 264 0 142 21 17 467 140 54
Binary 11011010 101 10110100 0 1100010 10001 1111 100110111 1100000 101100

Color Harmonies of #DA05B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05B4

Black with #DA05B4

Text Example


Text Example

White with #DA05B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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