Html Css Color HEX #D61A8C Medium Violet Red

📋 copy color: '#D61A8C'

red 214 ◦ green 26 ◦ blue 140

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

Shades of Medium Violet Red #D61A8C

Tints of Medium Violet Red #D61A8C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.84%

 BLUE value IS 140 (55.08% from 255) = 36.84%

R = 56.32%
G = 6.84%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D61A8C (or 0xD61A8C) is known color: Medium Violet Red. HEX triplet: D6, 1A and 8C. RGB value is (214,26,140). Sum of RGB (Red+Green+Blue) = 214+26+140=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61A8C is #29E573. Grayscale: #5E5E5E. Windows color (decimal): -2745716 or 9181910. OLE color: 9181910.

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

Color convert

RGB 214 26 140 -
CMYK 0 0.88 0.35 0.16
HSL 323.62º 0.78% 0.47% -
HSV(B) 323.62º 0.88% 0.84% -
XYZ 32.83 16.93 26.35 -
YUV 95.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 214 26 140 0 0.88 0.35 0.16 323.62 0.78 0.47
Hex D6 1A 8C 0 58 23 10 144 4E 2F
Octal 326 32 214 0 130 43 20 504 116 57
Binary 11010110 11010 10001100 0 1011000 100011 10000 101000100 1001110 101111

Color Harmonies of #D61A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A8C

Black with #D61A8C

Text Example


Text Example

White with #D61A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A8C; }

 p { color: rgb(214,26,140); }

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

background-color css

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

 a { background-color: rgb(214,26,140); }

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

border-color css

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

 span { border-color: rgb(214,26,140); }

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