Html Css Color HEX #D619BA Deep Magenta

📋 copy color: '#D619BA'

red 214 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #D619BA

Tints of Deep Magenta #D619BA

RGB

 RED value IS 214 (83.98% from 255) = 50.35%

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 50.35%
G = 5.88%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D619BA (or 0xD619BA) is known color: Deep Magenta. HEX triplet: D6, 19 and BA. RGB value is (214,25,186). Sum of RGB (Red+Green+Blue) = 214+25+186=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D619BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619BA is #29E645. Grayscale: #636363. Windows color (decimal): -2745926 or 12196310. OLE color: 12196310.

HSL color Cylindrical-coordinate representation of color #D619BA: hue angle of 308.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D619BA is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 25 186 -
CMYK 0 0.88 0.13 0.16
HSL 308.89º 0.79% 0.47% -
HSV(B) 308.89º 0.88% 0.84% -
XYZ 36.94 18.54 48.09 -
YUV 99.87 176.62 209.41 -
System Red Green Blue C M Y K H S L
Decimal 214 25 186 0 0.88 0.13 0.16 308.89 0.79 0.47
Hex D6 19 BA 0 58 D 10 135 4F 2F
Octal 326 31 272 0 130 15 20 465 117 57
Binary 11010110 11001 10111010 0 1011000 1101 10000 100110101 1001111 101111

Color Harmonies of #D619BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619BA

Black with #D619BA

Text Example


Text Example

White with #D619BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619BA; }

 p { color: rgb(214,25,186); }

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

background-color css

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

 a { background-color: rgb(214,25,186); }

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

border-color css

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

 span { border-color: rgb(214,25,186); }

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