Html Css Color HEX #DA16DA Deep Magenta

📋 copy color: '#DA16DA'

red 218 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #DA16DA

Tints of Deep Magenta #DA16DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 47.6%
G = 4.8%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA16DA (or 0xDA16DA) is known color: Deep Magenta. HEX triplet: DA, 16 and DA. RGB value is (218,22,218). Sum of RGB (Red+Green+Blue) = 218+22+218=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA16DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16DA is #25E925. Grayscale: #666666. Windows color (decimal): -2484518 or 14292698. OLE color: 14292698.

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

Color convert

RGB 218 22 218 -
CMYK 0 0.90 0 0.15
HSL 300º 0.82% 0.47% -
HSV(B) 300º 0.9% 0.85% -
XYZ 41.86 20.54 68.09 -
YUV 102.95 192.93 210.06 -
System Red Green Blue C M Y K H S L
Decimal 218 22 218 0 0.90 0 0.15 300 0.82 0.47
Hex DA 16 DA 0 5A 0 F 12C 52 2F
Octal 332 26 332 0 132 0 17 454 122 57
Binary 11011010 10110 11011010 0 1011010 0 1111 100101100 1010010 101111

Color Harmonies of #DA16DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16DA

Black with #DA16DA

Text Example


Text Example

White with #DA16DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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