Html Css Color HEX #D61D95 Medium Violet Red

📋 copy color: '#D61D95'

red 214 ◦ green 29 ◦ blue 149

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

Shades of Medium Violet Red #D61D95

Tints of Medium Violet Red #D61D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.01%

R = 54.59%
G = 7.4%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D61D95 (or 0xD61D95) is known color: Medium Violet Red. HEX triplet: D6, 1D and 95. RGB value is (214,29,149). Sum of RGB (Red+Green+Blue) = 214+29+149=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61D95 is #29E26A. Grayscale: #616161. Windows color (decimal): -2744939 or 9772502. OLE color: 9772502.

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

Color convert

RGB 214 29 149 -
CMYK 0 0.86 0.30 0.16
HSL 321.08º 0.76% 0.48% -
HSV(B) 321.08º 0.86% 0.84% -
XYZ 33.6 17.34 30.01 -
YUV 98 156.79 210.74 -
System Red Green Blue C M Y K H S L
Decimal 214 29 149 0 0.86 0.30 0.16 321.08 0.76 0.48
Hex D6 1D 95 0 56 1E 10 141 4C 30
Octal 326 35 225 0 126 36 20 501 114 60
Binary 11010110 11101 10010101 0 1010110 11110 10000 101000001 1001100 110000

Color Harmonies of #D61D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D95

Black with #D61D95

Text Example


Text Example

White with #D61D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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