Html Css Color HEX #DA05C2 Deep Magenta

📋 copy color: '#DA05C2'

red 218 ◦ green 5 ◦ blue 194

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

Shades of Deep Magenta #DA05C2

Tints of Deep Magenta #DA05C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.52%

R = 52.28%
G = 1.2%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA05C2 (or 0xDA05C2) is known color: Deep Magenta. HEX triplet: DA, 05 and C2. RGB value is (218,5,194). Sum of RGB (Red+Green+Blue) = 218+5+194=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA05C2 is #25FA3D. Grayscale: #595959. Windows color (decimal): -2488894 or 12715482. OLE color: 12715482.

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

Color convert

RGB 218 5 194 -
CMYK 0 0.98 0.11 0.15
HSL 306.76º 0.96% 0.44% -
HSV(B) 306.76º 0.98% 0.85% -
XYZ 38.71 18.91 52.65 -
YUV 90.23 186.57 219.13 -
System Red Green Blue C M Y K H S L
Decimal 218 5 194 0 0.98 0.11 0.15 306.76 0.96 0.44
Hex DA 5 C2 0 62 B F 133 60 2C
Octal 332 5 302 0 142 13 17 463 140 54
Binary 11011010 101 11000010 0 1100010 1011 1111 100110011 1100000 101100

Color Harmonies of #DA05C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05C2

Black with #DA05C2

Text Example


Text Example

White with #DA05C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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