Html Css Color HEX #D61D9C Medium Violet Red

📋 copy color: '#D61D9C'

red 214 ◦ green 29 ◦ blue 156

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

Shades of Medium Violet Red #D61D9C

Tints of Medium Violet Red #D61D9C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.27%

 BLUE value IS 156 (61.33% from 255) = 39.1%

R = 53.63%
G = 7.27%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D61D9C (or 0xD61D9C) is known color: Medium Violet Red. HEX triplet: D6, 1D and 9C. RGB value is (214,29,156). Sum of RGB (Red+Green+Blue) = 214+29+156=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61D9C is #29E263. Grayscale: #626262. Windows color (decimal): -2744932 or 10231254. OLE color: 10231254.

HSL color Cylindrical-coordinate representation of color #D61D9C: hue angle of 318.81º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D9C is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 29 156 -
CMYK 0 0.86 0.27 0.16
HSL 318.81º 0.76% 0.48% -
HSV(B) 318.81º 0.86% 0.84% -
XYZ 34.17 17.58 33.04 -
YUV 98.79 160.29 210.17 -
System Red Green Blue C M Y K H S L
Decimal 214 29 156 0 0.86 0.27 0.16 318.81 0.76 0.48
Hex D6 1D 9C 0 56 1B 10 13F 4C 30
Octal 326 35 234 0 126 33 20 477 114 60
Binary 11010110 11101 10011100 0 1010110 11011 10000 100111111 1001100 110000

Color Harmonies of #D61D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D9C

Black with #D61D9C

Text Example


Text Example

White with #D61D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D9C; }

 p { color: rgb(214,29,156); }

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

background-color css

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

 a { background-color: rgb(214,29,156); }

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

border-color css

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

 span { border-color: rgb(214,29,156); }

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