Html Css Color HEX #DA05B2 Deep Magenta

📋 copy color: '#DA05B2'

red 218 ◦ green 5 ◦ blue 178

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

Shades of Deep Magenta #DA05B2

Tints of Deep Magenta #DA05B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 54.36%
G = 1.25%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA05B2 (or 0xDA05B2) is known color: Deep Magenta. HEX triplet: DA, 05 and B2. RGB value is (218,5,178). Sum of RGB (Red+Green+Blue) = 218+5+178=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA05B2 is #25FA4D. Grayscale: #575757. Windows color (decimal): -2488910 or 11666906. OLE color: 11666906.

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

Color convert

RGB 218 5 178 -
CMYK 0 0.98 0.18 0.15
HSL 311.27º 0.96% 0.44% -
HSV(B) 311.27º 0.98% 0.85% -
XYZ 37 18.23 43.69 -
YUV 88.41 178.57 220.43 -
System Red Green Blue C M Y K H S L
Decimal 218 5 178 0 0.98 0.18 0.15 311.27 0.96 0.44
Hex DA 5 B2 0 62 12 F 137 60 2C
Octal 332 5 262 0 142 22 17 467 140 54
Binary 11011010 101 10110010 0 1100010 10010 1111 100110111 1100000 101100

Color Harmonies of #DA05B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05B2

Black with #DA05B2

Text Example


Text Example

White with #DA05B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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