Html Css Color HEX #D61D8D Medium Violet Red

📋 copy color: '#D61D8D'

red 214 ◦ green 29 ◦ blue 141

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

Shades of Medium Violet Red #D61D8D

Tints of Medium Violet Red #D61D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 55.73%
G = 7.55%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D61D8D (or 0xD61D8D) is known color: Medium Violet Red. HEX triplet: D6, 1D and 8D. RGB value is (214,29,141). Sum of RGB (Red+Green+Blue) = 214+29+141=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61D8D is #29E272. Grayscale: #606060. Windows color (decimal): -2744947 or 9248214. OLE color: 9248214.

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

Color convert

RGB 214 29 141 -
CMYK 0 0.86 0.34 0.16
HSL 323.68º 0.76% 0.48% -
HSV(B) 323.68º 0.86% 0.84% -
XYZ 32.98 17.1 26.76 -
YUV 97.08 152.79 211.39 -
System Red Green Blue C M Y K H S L
Decimal 214 29 141 0 0.86 0.34 0.16 323.68 0.76 0.48
Hex D6 1D 8D 0 56 22 10 144 4C 30
Octal 326 35 215 0 126 42 20 504 114 60
Binary 11010110 11101 10001101 0 1010110 100010 10000 101000100 1001100 110000

Color Harmonies of #D61D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D8D

Black with #D61D8D

Text Example


Text Example

White with #D61D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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