Html Css Color HEX #DA0DD0 Deep Magenta

📋 copy color: '#DA0DD0'

red 218 ◦ green 13 ◦ blue 208

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

Shades of Deep Magenta #DA0DD0

Tints of Deep Magenta #DA0DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.38%

R = 49.66%
G = 2.96%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA0DD0 (or 0xDA0DD0) is known color: Deep Magenta. HEX triplet: DA, 0D and D0. RGB value is (218,13,208). Sum of RGB (Red+Green+Blue) = 218+13+208=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DD0 is #25F22F. Grayscale: #5F5F5F. Windows color (decimal): -2486832 or 13635034. OLE color: 13635034.

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

Color convert

RGB 218 13 208 -
CMYK 0 0.94 0.05 0.15
HSL 302.93º 0.89% 0.45% -
HSV(B) 302.93º 0.94% 0.85% -
XYZ 40.44 19.75 61.35 -
YUV 96.53 190.92 214.64 -
System Red Green Blue C M Y K H S L
Decimal 218 13 208 0 0.94 0.05 0.15 302.93 0.89 0.45
Hex DA D D0 0 5E 5 F 12F 59 2D
Octal 332 15 320 0 136 5 17 457 131 55
Binary 11011010 1101 11010000 0 1011110 101 1111 100101111 1011001 101101

Color Harmonies of #DA0DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0DD0

Black with #DA0DD0

Text Example


Text Example

White with #DA0DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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