Html Css Color HEX #DA10CD Deep Magenta

📋 copy color: '#DA10CD'

red 218 ◦ green 16 ◦ blue 205

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

Shades of Deep Magenta #DA10CD

Tints of Deep Magenta #DA10CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.64%

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 49.66%
G = 3.64%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA10CD (or 0xDA10CD) is known color: Deep Magenta. HEX triplet: DA, 10 and CD. RGB value is (218,16,205). Sum of RGB (Red+Green+Blue) = 218+16+205=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA10CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA10CD is #25EF32. Grayscale: #616161. Windows color (decimal): -2486067 or 13439194. OLE color: 13439194.

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

Color convert

RGB 218 16 205 -
CMYK 0 0.93 0.06 0.15
HSL 303.86º 0.86% 0.46% -
HSV(B) 303.86º 0.93% 0.85% -
XYZ 40.12 19.68 59.44 -
YUV 97.94 188.42 213.63 -
System Red Green Blue C M Y K H S L
Decimal 218 16 205 0 0.93 0.06 0.15 303.86 0.86 0.46
Hex DA 10 CD 0 5D 6 F 130 56 2E
Octal 332 20 315 0 135 6 17 460 126 56
Binary 11011010 10000 11001101 0 1011101 110 1111 100110000 1010110 101110

Color Harmonies of #DA10CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA10CD

Black with #DA10CD

Text Example


Text Example

White with #DA10CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA10CD; }

 p { color: rgb(218,16,205); }

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

background-color css

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

 a { background-color: rgb(218,16,205); }

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

border-color css

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

 span { border-color: rgb(218,16,205); }

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