Html Css Color HEX #DA18BF Deep Magenta

📋 copy color: '#DA18BF'

red 218 ◦ green 24 ◦ blue 191

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

Shades of Deep Magenta #DA18BF

Tints of Deep Magenta #DA18BF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.54%

 BLUE value IS 191 (75% from 255) = 44.11%

R = 50.35%
G = 5.54%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA18BF (or 0xDA18BF) is known color: Deep Magenta. HEX triplet: DA, 18 and BF. RGB value is (218,24,191). Sum of RGB (Red+Green+Blue) = 218+24+191=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18BF is #25E740. Grayscale: #646464. Windows color (decimal): -2484033 or 12523738. OLE color: 12523738.

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

Color convert

RGB 218 24 191 -
CMYK 0 0.89 0.12 0.15
HSL 308.35º 0.8% 0.47% -
HSV(B) 308.35º 0.89% 0.85% -
XYZ 38.64 19.32 50.98 -
YUV 101.04 178.77 211.42 -
System Red Green Blue C M Y K H S L
Decimal 218 24 191 0 0.89 0.12 0.15 308.35 0.8 0.47
Hex DA 18 BF 0 59 C F 134 50 2F
Octal 332 30 277 0 131 14 17 464 120 57
Binary 11011010 11000 10111111 0 1011001 1100 1111 100110100 1010000 101111

Color Harmonies of #DA18BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA18BF

Black with #DA18BF

Text Example


Text Example

White with #DA18BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA18BF; }

 p { color: rgb(218,24,191); }

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

background-color css

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

 a { background-color: rgb(218,24,191); }

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

border-color css

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

 span { border-color: rgb(218,24,191); }

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