Html Css Color HEX #DA17BD Deep Magenta

📋 copy color: '#DA17BD'

red 218 ◦ green 23 ◦ blue 189

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

Shades of Deep Magenta #DA17BD

Tints of Deep Magenta #DA17BD

RGB

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

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

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

R = 50.7%
G = 5.35%
B = 43.95%

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

#DA17BD (or 0xDA17BD) is known color: Deep Magenta. HEX triplet: DA, 17 and BD. RGB value is (218,23,189). Sum of RGB (Red+Green+Blue) = 218+23+189=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17BD is #25E842. Grayscale: #636363. Windows color (decimal): -2484291 or 12392410. OLE color: 12392410.

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

Color convert

RGB 218 23 189 -
CMYK 0 0.89 0.13 0.15
HSL 308.92º 0.81% 0.47% -
HSV(B) 308.92º 0.89% 0.85% -
XYZ 38.41 19.19 49.82 -
YUV 100.23 178.1 212 -
System Red Green Blue C M Y K H S L
Decimal 218 23 189 0 0.89 0.13 0.15 308.92 0.81 0.47
Hex DA 17 BD 0 59 D F 135 51 2F
Octal 332 27 275 0 131 15 17 465 121 57
Binary 11011010 10111 10111101 0 1011001 1101 1111 100110101 1010001 101111

Color Harmonies of #DA17BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17BD

Black with #DA17BD

Text Example


Text Example

White with #DA17BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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