Html Css Color HEX #DA16BE Deep Magenta

📋 copy color: '#DA16BE'

red 218 ◦ green 22 ◦ blue 190

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

Shades of Deep Magenta #DA16BE

Tints of Deep Magenta #DA16BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 50.7%
G = 5.12%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA16BE (or 0xDA16BE) is known color: Deep Magenta. HEX triplet: DA, 16 and BE. RGB value is (218,22,190). Sum of RGB (Red+Green+Blue) = 218+22+190=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16BE is #25E941. Grayscale: #636363. Windows color (decimal): -2484546 or 12457690. OLE color: 12457690.

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

Color convert

RGB 218 22 190 -
CMYK 0 0.90 0.13 0.15
HSL 308.57º 0.82% 0.47% -
HSV(B) 308.57º 0.9% 0.85% -
XYZ 38.49 19.2 50.39 -
YUV 99.76 178.93 212.34 -
System Red Green Blue C M Y K H S L
Decimal 218 22 190 0 0.90 0.13 0.15 308.57 0.82 0.47
Hex DA 16 BE 0 5A D F 135 52 2F
Octal 332 26 276 0 132 15 17 465 122 57
Binary 11011010 10110 10111110 0 1011010 1101 1111 100110101 1010010 101111

Color Harmonies of #DA16BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16BE

Black with #DA16BE

Text Example


Text Example

White with #DA16BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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