Html Css Color HEX #DA0CD6 Deep Magenta

📋 copy color: '#DA0CD6'

red 218 ◦ green 12 ◦ blue 214

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

Shades of Deep Magenta #DA0CD6

Tints of Deep Magenta #DA0CD6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

 BLUE value IS 214 (83.98% from 255) = 48.2%

R = 49.1%
G = 2.7%
B = 48.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA0CD6 (or 0xDA0CD6) is known color: Deep Magenta. HEX triplet: DA, 0C and D6. RGB value is (218,12,214). Sum of RGB (Red+Green+Blue) = 218+12+214=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0CD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CD6 is #25F329. Grayscale: #606060. Windows color (decimal): -2487082 or 14027994. OLE color: 14027994.

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

Color convert

RGB 218 12 214 -
CMYK 0 0.94 0.02 0.15
HSL 301.17º 0.9% 0.45% -
HSV(B) 301.17º 0.94% 0.85% -
XYZ 41.18 20.02 65.31 -
YUV 96.62 194.25 214.57 -
System Red Green Blue C M Y K H S L
Decimal 218 12 214 0 0.94 0.02 0.15 301.17 0.9 0.45
Hex DA C D6 0 5E 2 F 12D 5A 2D
Octal 332 14 326 0 136 2 17 455 132 55
Binary 11011010 1100 11010110 0 1011110 10 1111 100101101 1011010 101101

Color Harmonies of #DA0CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0CD6

Black with #DA0CD6

Text Example


Text Example

White with #DA0CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0CD6; }

 p { color: rgb(218,12,214); }

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

background-color css

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

 a { background-color: rgb(218,12,214); }

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

border-color css

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

 span { border-color: rgb(218,12,214); }

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