Html Css Color HEX #DA0ACC Deep Magenta

📋 copy color: '#DA0ACC'

red 218 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #DA0ACC

Tints of Deep Magenta #DA0ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.31%

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 50.46%
G = 2.31%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA0ACC (or 0xDA0ACC) is known color: Deep Magenta. HEX triplet: DA, 0A and CC. RGB value is (218,10,204). Sum of RGB (Red+Green+Blue) = 218+10+204=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0ACC is #25F533. Grayscale: #5D5D5D. Windows color (decimal): -2487604 or 13372122. OLE color: 13372122.

HSL color Cylindrical-coordinate representation of color #DA0ACC: hue angle of 304.04º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0ACC is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 10 204 -
CMYK 0 0.95 0.06 0.15
HSL 304.04º 0.91% 0.45% -
HSV(B) 304.04º 0.95% 0.85% -
XYZ 39.92 19.48 58.78 -
YUV 94.31 189.91 216.23 -
System Red Green Blue C M Y K H S L
Decimal 218 10 204 0 0.95 0.06 0.15 304.04 0.91 0.45
Hex DA A CC 0 5F 6 F 130 5B 2D
Octal 332 12 314 0 137 6 17 460 133 55
Binary 11011010 1010 11001100 0 1011111 110 1111 100110000 1011011 101101

Color Harmonies of #DA0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0ACC

Black with #DA0ACC

Text Example


Text Example

White with #DA0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0ACC; }

 p { color: rgb(218,10,204); }

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

background-color css

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

 a { background-color: rgb(218,10,204); }

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

border-color css

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

 span { border-color: rgb(218,10,204); }

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