Html Css Color HEX #D619B0 Deep Magenta

📋 copy color: '#D619B0'

red 214 ◦ green 25 ◦ blue 176

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

Shades of Deep Magenta #D619B0

Tints of Deep Magenta #D619B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.41%

R = 51.57%
G = 6.02%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D619B0 (or 0xD619B0) is known color: Deep Magenta. HEX triplet: D6, 19 and B0. RGB value is (214,25,176). Sum of RGB (Red+Green+Blue) = 214+25+176=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D619B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D619B0 is #29E64F. Grayscale: #626262. Windows color (decimal): -2745936 or 11540950. OLE color: 11540950.

HSL color Cylindrical-coordinate representation of color #D619B0: hue angle of 312.06º 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 #D619B0 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 25 176 -
CMYK 0 0.88 0.18 0.16
HSL 312.06º 0.79% 0.47% -
HSV(B) 312.06º 0.88% 0.84% -
XYZ 35.92 18.13 42.68 -
YUV 98.73 171.62 210.22 -
System Red Green Blue C M Y K H S L
Decimal 214 25 176 0 0.88 0.18 0.16 312.06 0.79 0.47
Hex D6 19 B0 0 58 12 10 138 4F 2F
Octal 326 31 260 0 130 22 20 470 117 57
Binary 11010110 11001 10110000 0 1011000 10010 10000 100111000 1001111 101111

Color Harmonies of #D619B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619B0

Black with #D619B0

Text Example


Text Example

White with #D619B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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