Html Css Color HEX #DA17BF Deep Magenta

📋 copy color: '#DA17BF'

red 218 ◦ green 23 ◦ blue 191

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

Shades of Deep Magenta #DA17BF

Tints of Deep Magenta #DA17BF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.32%

 BLUE value IS 191 (75% from 255) = 44.21%

R = 50.46%
G = 5.32%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA17BF (or 0xDA17BF) is known color: Deep Magenta. HEX triplet: DA, 17 and BF. RGB value is (218,23,191). Sum of RGB (Red+Green+Blue) = 218+23+191=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17BF is #25E840. Grayscale: #636363. Windows color (decimal): -2484289 or 12523482. OLE color: 12523482.

HSL color Cylindrical-coordinate representation of color #DA17BF: hue angle of 308.31º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA17BF is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 23 191 -
CMYK 0 0.89 0.12 0.15
HSL 308.31º 0.81% 0.47% -
HSV(B) 308.31º 0.89% 0.85% -
XYZ 38.62 19.28 50.98 -
YUV 100.46 179.1 211.84 -
System Red Green Blue C M Y K H S L
Decimal 218 23 191 0 0.89 0.12 0.15 308.31 0.81 0.47
Hex DA 17 BF 0 59 C F 134 51 2F
Octal 332 27 277 0 131 14 17 464 121 57
Binary 11011010 10111 10111111 0 1011001 1100 1111 100110100 1010001 101111

Color Harmonies of #DA17BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17BF

Black with #DA17BF

Text Example


Text Example

White with #DA17BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17BF; }

 p { color: rgb(218,23,191); }

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

background-color css

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

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

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

border-color css

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

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

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