Html Css Color HEX #DA16DD Deep Magenta

📋 copy color: '#DA16DD'

red 218 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #DA16DD

Tints of Deep Magenta #DA16DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.77%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 47.29%
G = 4.77%
B = 47.94%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA16DD (or 0xDA16DD) is known color: Deep Magenta. HEX triplet: DA, 16 and DD. RGB value is (218,22,221). Sum of RGB (Red+Green+Blue) = 218+22+221=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16DD is #25E922. Grayscale: #666666. Windows color (decimal): -2484515 or 14489306. OLE color: 14489306.

HSL color Cylindrical-coordinate representation of color #DA16DD: hue angle of 299.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA16DD is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 22 221 -
CMYK 0.01 0.90 0 0.13
HSL 299.1º 0.82% 0.48% -
HSV(B) 299.1º 0.9% 0.87% -
XYZ 42.25 20.7 70.18 -
YUV 103.29 194.43 209.82 -
System Red Green Blue C M Y K H S L
Decimal 218 22 221 0.01 0.90 0 0.13 299.1 0.82 0.48
Hex DA 16 DD 1 5A 0 D 12B 52 30
Octal 332 26 335 1 132 0 15 453 122 60
Binary 11011010 10110 11011101 1 1011010 0 1101 100101011 1010010 110000

Color Harmonies of #DA16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16DD

Black with #DA16DD

Text Example


Text Example

White with #DA16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16DD; }

 p { color: rgb(218,22,221); }

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

background-color css

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

 a { background-color: rgb(218,22,221); }

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

border-color css

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

 span { border-color: rgb(218,22,221); }

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