Html Css Color HEX #DA17BC Deep Magenta

📋 copy color: '#DA17BC'

red 218 ◦ green 23 ◦ blue 188

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

Shades of Deep Magenta #DA17BC

Tints of Deep Magenta #DA17BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 50.82%
G = 5.36%
B = 43.82%

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

#DA17BC (or 0xDA17BC) is known color: Deep Magenta. HEX triplet: DA, 17 and BC. RGB value is (218,23,188). Sum of RGB (Red+Green+Blue) = 218+23+188=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17BC is #25E843. Grayscale: #636363. Windows color (decimal): -2484292 or 12326874. OLE color: 12326874.

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

Color convert

RGB 218 23 188 -
CMYK 0 0.89 0.14 0.15
HSL 309.23º 0.81% 0.47% -
HSV(B) 309.23º 0.89% 0.85% -
XYZ 38.3 19.15 49.25 -
YUV 100.12 177.6 212.08 -
System Red Green Blue C M Y K H S L
Decimal 218 23 188 0 0.89 0.14 0.15 309.23 0.81 0.47
Hex DA 17 BC 0 59 E F 135 51 2F
Octal 332 27 274 0 131 16 17 465 121 57
Binary 11011010 10111 10111100 0 1011001 1110 1111 100110101 1010001 101111

Color Harmonies of #DA17BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17BC

Black with #DA17BC

Text Example


Text Example

White with #DA17BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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