Html Css Color HEX #DA19BE Deep Magenta

📋 copy color: '#DA19BE'

red 218 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #DA19BE

Tints of Deep Magenta #DA19BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.77%

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 50.35%
G = 5.77%
B = 43.88%

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

#DA19BE (or 0xDA19BE) is known color: Deep Magenta. HEX triplet: DA, 19 and BE. RGB value is (218,25,190). Sum of RGB (Red+Green+Blue) = 218+25+190=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19BE is #25E641. Grayscale: #656565. Windows color (decimal): -2483778 or 12458458. OLE color: 12458458.

HSL color Cylindrical-coordinate representation of color #DA19BE: hue angle of 308.7º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA19BE is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 190 -
CMYK 0 0.89 0.13 0.15
HSL 308.7º 0.79% 0.48% -
HSV(B) 308.7º 0.89% 0.85% -
XYZ 38.56 19.32 50.41 -
YUV 101.52 177.94 211.08 -
System Red Green Blue C M Y K H S L
Decimal 218 25 190 0 0.89 0.13 0.15 308.7 0.79 0.48
Hex DA 19 BE 0 59 D F 135 4F 30
Octal 332 31 276 0 131 15 17 465 117 60
Binary 11011010 11001 10111110 0 1011001 1101 1111 100110101 1001111 110000

Color Harmonies of #DA19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19BE

Black with #DA19BE

Text Example


Text Example

White with #DA19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19BE; }

 p { color: rgb(218,25,190); }

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

background-color css

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

 a { background-color: rgb(218,25,190); }

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

border-color css

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

 span { border-color: rgb(218,25,190); }

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