Html Css Color HEX #DA16D2 Deep Magenta

📋 copy color: '#DA16D2'

red 218 ◦ green 22 ◦ blue 210

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

Shades of Deep Magenta #DA16D2

Tints of Deep Magenta #DA16D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.67%

R = 48.44%
G = 4.89%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA16D2 (or 0xDA16D2) is known color: Deep Magenta. HEX triplet: DA, 16 and D2. RGB value is (218,22,210). Sum of RGB (Red+Green+Blue) = 218+22+210=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16D2 is #25E92D. Grayscale: #656565. Windows color (decimal): -2484526 or 13768410. OLE color: 13768410.

HSL color Cylindrical-coordinate representation of color #DA16D2: hue angle of 302.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA16D2 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 210 -
CMYK 0 0.90 0.04 0.15
HSL 302.45º 0.82% 0.47% -
HSV(B) 302.45º 0.9% 0.85% -
XYZ 40.83 20.13 62.71 -
YUV 102.04 188.93 210.71 -
System Red Green Blue C M Y K H S L
Decimal 218 22 210 0 0.90 0.04 0.15 302.45 0.82 0.47
Hex DA 16 D2 0 5A 4 F 12E 52 2F
Octal 332 26 322 0 132 4 17 456 122 57
Binary 11011010 10110 11010010 0 1011010 100 1111 100101110 1010010 101111

Color Harmonies of #DA16D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16D2

Black with #DA16D2

Text Example


Text Example

White with #DA16D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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