Html Css Color HEX #D619A6 Medium Violet Red

📋 copy color: '#D619A6'

red 214 ◦ green 25 ◦ blue 166

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

Shades of Medium Violet Red #D619A6

Tints of Medium Violet Red #D619A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.99%

R = 52.84%
G = 6.17%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D619A6 (or 0xD619A6) is known color: Medium Violet Red. HEX triplet: D6, 19 and A6. RGB value is (214,25,166). Sum of RGB (Red+Green+Blue) = 214+25+166=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D619A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D619A6 is #29E659. Grayscale: #616161. Windows color (decimal): -2745946 or 10885590. OLE color: 10885590.

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

Color convert

RGB 214 25 166 -
CMYK 0 0.88 0.22 0.16
HSL 315.24º 0.79% 0.47% -
HSV(B) 315.24º 0.88% 0.84% -
XYZ 34.96 17.74 37.66 -
YUV 97.59 166.62 211.04 -
System Red Green Blue C M Y K H S L
Decimal 214 25 166 0 0.88 0.22 0.16 315.24 0.79 0.47
Hex D6 19 A6 0 58 16 10 13B 4F 2F
Octal 326 31 246 0 130 26 20 473 117 57
Binary 11010110 11001 10100110 0 1011000 10110 10000 100111011 1001111 101111

Color Harmonies of #D619A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619A6

Black with #D619A6

Text Example


Text Example

White with #D619A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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