Html Css Color HEX #DA19BD Deep Magenta

📋 copy color: '#DA19BD'

red 218 ◦ green 25 ◦ blue 189

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

Shades of Deep Magenta #DA19BD

Tints of Deep Magenta #DA19BD

RGB

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

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

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

R = 50.46%
G = 5.79%
B = 43.75%

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

#DA19BD (or 0xDA19BD) is known color: Deep Magenta. HEX triplet: DA, 19 and BD. RGB value is (218,25,189). Sum of RGB (Red+Green+Blue) = 218+25+189=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19BD is #25E642. Grayscale: #646464. Windows color (decimal): -2483779 or 12392922. OLE color: 12392922.

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

Color convert

RGB 218 25 189 -
CMYK 0 0.89 0.13 0.15
HSL 309.02º 0.79% 0.48% -
HSV(B) 309.02º 0.89% 0.85% -
XYZ 38.45 19.27 49.84 -
YUV 101.4 177.44 211.16 -
System Red Green Blue C M Y K H S L
Decimal 218 25 189 0 0.89 0.13 0.15 309.02 0.79 0.48
Hex DA 19 BD 0 59 D F 135 4F 30
Octal 332 31 275 0 131 15 17 465 117 60
Binary 11011010 11001 10111101 0 1011001 1101 1111 100110101 1001111 110000

Color Harmonies of #DA19BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19BD

Black with #DA19BD

Text Example


Text Example

White with #DA19BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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