Html Css Color HEX #DA17BB Deep Magenta

📋 copy color: '#DA17BB'

red 218 ◦ green 23 ◦ blue 187

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

Shades of Deep Magenta #DA17BB

Tints of Deep Magenta #DA17BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 50.93%
G = 5.37%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA17BB (or 0xDA17BB) is known color: Deep Magenta. HEX triplet: DA, 17 and BB. RGB value is (218,23,187). Sum of RGB (Red+Green+Blue) = 218+23+187=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17BB is #25E844. Grayscale: #636363. Windows color (decimal): -2484293 or 12261338. OLE color: 12261338.

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

Color convert

RGB 218 23 187 -
CMYK 0 0.89 0.14 0.15
HSL 309.54º 0.81% 0.47% -
HSV(B) 309.54º 0.89% 0.85% -
XYZ 38.19 19.11 48.69 -
YUV 100 177.1 212.16 -
System Red Green Blue C M Y K H S L
Decimal 218 23 187 0 0.89 0.14 0.15 309.54 0.81 0.47
Hex DA 17 BB 0 59 E F 136 51 2F
Octal 332 27 273 0 131 16 17 466 121 57
Binary 11011010 10111 10111011 0 1011001 1110 1111 100110110 1010001 101111

Color Harmonies of #DA17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17BB

Black with #DA17BB

Text Example


Text Example

White with #DA17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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