Html Css Color HEX #DA16CE Deep Magenta

📋 copy color: '#DA16CE'

red 218 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #DA16CE

Tints of Deep Magenta #DA16CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 48.88%
G = 4.93%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA16CE (or 0xDA16CE) is known color: Deep Magenta. HEX triplet: DA, 16 and CE. RGB value is (218,22,206). Sum of RGB (Red+Green+Blue) = 218+22+206=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16CE is #25E931. Grayscale: #656565. Windows color (decimal): -2484530 or 13506266. OLE color: 13506266.

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

Color convert

RGB 218 22 206 -
CMYK 0 0.90 0.06 0.15
HSL 303.67º 0.82% 0.47% -
HSV(B) 303.67º 0.9% 0.85% -
XYZ 40.34 19.94 60.11 -
YUV 101.58 186.93 211.04 -
System Red Green Blue C M Y K H S L
Decimal 218 22 206 0 0.90 0.06 0.15 303.67 0.82 0.47
Hex DA 16 CE 0 5A 6 F 130 52 2F
Octal 332 26 316 0 132 6 17 460 122 57
Binary 11011010 10110 11001110 0 1011010 110 1111 100110000 1010010 101111

Color Harmonies of #DA16CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16CE

Black with #DA16CE

Text Example


Text Example

White with #DA16CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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