Html Css Color HEX #DA16C0 Deep Magenta

📋 copy color: '#DA16C0'

red 218 ◦ green 22 ◦ blue 192

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

Shades of Deep Magenta #DA16C0

Tints of Deep Magenta #DA16C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.44%

R = 50.46%
G = 5.09%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA16C0 (or 0xDA16C0) is known color: Deep Magenta. HEX triplet: DA, 16 and C0. RGB value is (218,22,192). Sum of RGB (Red+Green+Blue) = 218+22+192=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16C0 is #25E93F. Grayscale: #636363. Windows color (decimal): -2484544 or 12588762. OLE color: 12588762.

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

Color convert

RGB 218 22 192 -
CMYK 0 0.90 0.12 0.15
HSL 307.96º 0.82% 0.47% -
HSV(B) 307.96º 0.9% 0.85% -
XYZ 38.71 19.29 51.55 -
YUV 99.98 179.93 212.18 -
System Red Green Blue C M Y K H S L
Decimal 218 22 192 0 0.90 0.12 0.15 307.96 0.82 0.47
Hex DA 16 C0 0 5A C F 134 52 2F
Octal 332 26 300 0 132 14 17 464 122 57
Binary 11011010 10110 11000000 0 1011010 1100 1111 100110100 1010010 101111

Color Harmonies of #DA16C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16C0

Black with #DA16C0

Text Example


Text Example

White with #DA16C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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