Html Css Color HEX #DA16BD Deep Magenta

📋 copy color: '#DA16BD'

red 218 ◦ green 22 ◦ blue 189

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

Shades of Deep Magenta #DA16BD

Tints of Deep Magenta #DA16BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 50.82%
G = 5.13%
B = 44.06%

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

#DA16BD (or 0xDA16BD) is known color: Deep Magenta. HEX triplet: DA, 16 and BD. RGB value is (218,22,189). Sum of RGB (Red+Green+Blue) = 218+22+189=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16BD is #25E942. Grayscale: #636363. Windows color (decimal): -2484547 or 12392154. OLE color: 12392154.

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

Color convert

RGB 218 22 189 -
CMYK 0 0.90 0.13 0.15
HSL 308.88º 0.82% 0.47% -
HSV(B) 308.88º 0.9% 0.85% -
XYZ 38.39 19.15 49.82 -
YUV 99.64 178.43 212.42 -
System Red Green Blue C M Y K H S L
Decimal 218 22 189 0 0.90 0.13 0.15 308.88 0.82 0.47
Hex DA 16 BD 0 5A D F 135 52 2F
Octal 332 26 275 0 132 15 17 465 122 57
Binary 11011010 10110 10111101 0 1011010 1101 1111 100110101 1010010 101111

Color Harmonies of #DA16BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA16BD

Black with #DA16BD

Text Example


Text Example

White with #DA16BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA16BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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