Html Css Color HEX #DA17B9 Deep Magenta

📋 copy color: '#DA17B9'

red 218 ◦ green 23 ◦ blue 185

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

Shades of Deep Magenta #DA17B9

Tints of Deep Magenta #DA17B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.43%

R = 51.17%
G = 5.4%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA17B9 (or 0xDA17B9) is known color: Deep Magenta. HEX triplet: DA, 17 and B9. RGB value is (218,23,185). Sum of RGB (Red+Green+Blue) = 218+23+185=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17B9 is #25E846. Grayscale: #636363. Windows color (decimal): -2484295 or 12130266. OLE color: 12130266.

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

Color convert

RGB 218 23 185 -
CMYK 0 0.89 0.15 0.15
HSL 310.15º 0.81% 0.47% -
HSV(B) 310.15º 0.89% 0.85% -
XYZ 37.98 19.02 47.57 -
YUV 99.77 176.1 212.33 -
System Red Green Blue C M Y K H S L
Decimal 218 23 185 0 0.89 0.15 0.15 310.15 0.81 0.47
Hex DA 17 B9 0 59 F F 136 51 2F
Octal 332 27 271 0 131 17 17 466 121 57
Binary 11011010 10111 10111001 0 1011001 1111 1111 100110110 1010001 101111

Color Harmonies of #DA17B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17B9

Black with #DA17B9

Text Example


Text Example

White with #DA17B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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