Html Css Color HEX #D619A2 Medium Violet Red

📋 copy color: '#D619A2'

red 214 ◦ green 25 ◦ blue 162

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

Shades of Medium Violet Red #D619A2

Tints of Medium Violet Red #D619A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.4%

R = 53.37%
G = 6.23%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D619A2 (or 0xD619A2) is known color: Medium Violet Red. HEX triplet: D6, 19 and A2. RGB value is (214,25,162). Sum of RGB (Red+Green+Blue) = 214+25+162=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D619A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D619A2 is #29E65D. Grayscale: #606060. Windows color (decimal): -2745950 or 10623446. OLE color: 10623446.

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

Color convert

RGB 214 25 162 -
CMYK 0 0.88 0.24 0.16
HSL 316.51º 0.79% 0.47% -
HSV(B) 316.51º 0.88% 0.84% -
XYZ 34.6 17.6 35.76 -
YUV 97.13 164.62 211.36 -
System Red Green Blue C M Y K H S L
Decimal 214 25 162 0 0.88 0.24 0.16 316.51 0.79 0.47
Hex D6 19 A2 0 58 18 10 13D 4F 2F
Octal 326 31 242 0 130 30 20 475 117 57
Binary 11010110 11001 10100010 0 1011000 11000 10000 100111101 1001111 101111

Color Harmonies of #D619A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619A2

Black with #D619A2

Text Example


Text Example

White with #D619A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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