Html Css Color HEX #DA16DF Deep Magenta

📋 copy color: '#DA16DF'

red 218 ◦ green 22 ◦ blue 223

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

Shades of Deep Magenta #DA16DF

Tints of Deep Magenta #DA16DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 47.08%
G = 4.75%
B = 48.16%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA16DF (or 0xDA16DF) is known color: Deep Magenta. HEX triplet: DA, 16 and DF. RGB value is (218,22,223). Sum of RGB (Red+Green+Blue) = 218+22+223=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA16DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16DF is #25E920. Grayscale: #666666. Windows color (decimal): -2484513 or 14620378. OLE color: 14620378.

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

Color convert

RGB 218 22 223 -
CMYK 0.02 0.90 0 0.13
HSL 298.51º 0.82% 0.48% -
HSV(B) 298.51º 0.9% 0.87% -
XYZ 42.52 20.81 71.59 -
YUV 103.52 195.43 209.66 -
System Red Green Blue C M Y K H S L
Decimal 218 22 223 0.02 0.90 0 0.13 298.51 0.82 0.48
Hex DA 16 DF 2 5A 0 D 12B 52 30
Octal 332 26 337 2 132 0 15 453 122 60
Binary 11011010 10110 11011111 10 1011010 0 1101 100101011 1010010 110000

Color Harmonies of #DA16DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16DF

Black with #DA16DF

Text Example


Text Example

White with #DA16DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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