Html Css Color HEX #DA16BB Deep Magenta

📋 copy color: '#DA16BB'

red 218 ◦ green 22 ◦ blue 187

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

Shades of Deep Magenta #DA16BB

Tints of Deep Magenta #DA16BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.79%

R = 51.05%
G = 5.15%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA16BB (or 0xDA16BB) is known color: Deep Magenta. HEX triplet: DA, 16 and BB. RGB value is (218,22,187). Sum of RGB (Red+Green+Blue) = 218+22+187=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16BB is #25E944. Grayscale: #626262. Windows color (decimal): -2484549 or 12261082. OLE color: 12261082.

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

Color convert

RGB 218 22 187 -
CMYK 0 0.90 0.14 0.15
HSL 309.49º 0.82% 0.47% -
HSV(B) 309.49º 0.9% 0.85% -
XYZ 38.17 19.07 48.68 -
YUV 99.41 177.43 212.58 -
System Red Green Blue C M Y K H S L
Decimal 218 22 187 0 0.90 0.14 0.15 309.49 0.82 0.47
Hex DA 16 BB 0 5A E F 135 52 2F
Octal 332 26 273 0 132 16 17 465 122 57
Binary 11011010 10110 10111011 0 1011010 1110 1111 100110101 1010010 101111

Color Harmonies of #DA16BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16BB

Black with #DA16BB

Text Example


Text Example

White with #DA16BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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