Html Css Color HEX #DA0DD9 Deep Magenta

📋 copy color: '#DA0DD9'

red 218 ◦ green 13 ◦ blue 217

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

Shades of Deep Magenta #DA0DD9

Tints of Deep Magenta #DA0DD9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.9%

 BLUE value IS 217 (85.16% from 255) = 48.44%

R = 48.66%
G = 2.9%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DA0DD9 (or 0xDA0DD9) is known color: Deep Magenta. HEX triplet: DA, 0D and D9. RGB value is (218,13,217). Sum of RGB (Red+Green+Blue) = 218+13+217=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DD9 is #25F226. Grayscale: #606060. Windows color (decimal): -2486823 or 14224858. OLE color: 14224858.

HSL color Cylindrical-coordinate representation of color #DA0DD9: hue angle of 300.29º degrees, saturation: 0.89, 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 #DA0DD9 is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 13 217 -
CMYK 0 0.94 0.00 0.15
HSL 300.29º 0.89% 0.45% -
HSV(B) 300.29º 0.94% 0.85% -
XYZ 41.58 20.2 67.35 -
YUV 97.55 195.42 213.91 -
System Red Green Blue C M Y K H S L
Decimal 218 13 217 0 0.94 0.00 0.15 300.29 0.89 0.45
Hex DA D D9 0 5E 0 F 12C 59 2D
Octal 332 15 331 0 136 0 17 454 131 55
Binary 11011010 1101 11011001 0 1011110 0 1111 100101100 1011001 101101

Color Harmonies of #DA0DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0DD9

Black with #DA0DD9

Text Example


Text Example

White with #DA0DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0DD9; }

 p { color: rgb(218,13,217); }

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

background-color css

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

 a { background-color: rgb(218,13,217); }

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

border-color css

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

 span { border-color: rgb(218,13,217); }

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