Html Css Color HEX #DA17BE Deep Magenta

📋 copy color: '#DA17BE'

red 218 ◦ green 23 ◦ blue 190

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

Shades of Deep Magenta #DA17BE

Tints of Deep Magenta #DA17BE

RGB

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

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

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

R = 50.58%
G = 5.34%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA17BE (or 0xDA17BE) is known color: Deep Magenta. HEX triplet: DA, 17 and BE. RGB value is (218,23,190). Sum of RGB (Red+Green+Blue) = 218+23+190=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17BE is #25E841. Grayscale: #636363. Windows color (decimal): -2484290 or 12457946. OLE color: 12457946.

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

Color convert

RGB 218 23 190 -
CMYK 0 0.89 0.13 0.15
HSL 308.62º 0.81% 0.47% -
HSV(B) 308.62º 0.89% 0.85% -
XYZ 38.51 19.24 50.4 -
YUV 100.34 178.6 211.92 -
System Red Green Blue C M Y K H S L
Decimal 218 23 190 0 0.89 0.13 0.15 308.62 0.81 0.47
Hex DA 17 BE 0 59 D F 135 51 2F
Octal 332 27 276 0 131 15 17 465 121 57
Binary 11011010 10111 10111110 0 1011001 1101 1111 100110101 1010001 101111

Color Harmonies of #DA17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17BE

Black with #DA17BE

Text Example


Text Example

White with #DA17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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