Html Css Color HEX #DA10C9 Deep Magenta

📋 copy color: '#DA10C9'

red 218 ◦ green 16 ◦ blue 201

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

Shades of Deep Magenta #DA10C9

Tints of Deep Magenta #DA10C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.21%

R = 50.11%
G = 3.68%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA10C9 (or 0xDA10C9) is known color: Deep Magenta. HEX triplet: DA, 10 and C9. RGB value is (218,16,201). Sum of RGB (Red+Green+Blue) = 218+16+201=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA10C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA10C9 is #25EF36. Grayscale: #606060. Windows color (decimal): -2486071 or 13177050. OLE color: 13177050.

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

Color convert

RGB 218 16 201 -
CMYK 0 0.93 0.08 0.15
HSL 305.05º 0.86% 0.46% -
HSV(B) 305.05º 0.93% 0.85% -
XYZ 39.64 19.49 56.93 -
YUV 97.49 186.42 213.96 -
System Red Green Blue C M Y K H S L
Decimal 218 16 201 0 0.93 0.08 0.15 305.05 0.86 0.46
Hex DA 10 C9 0 5D 8 F 131 56 2E
Octal 332 20 311 0 135 10 17 461 126 56
Binary 11011010 10000 11001001 0 1011101 1000 1111 100110001 1010110 101110

Color Harmonies of #DA10C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA10C9

Black with #DA10C9

Text Example


Text Example

White with #DA10C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA10C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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