Html Css Color HEX #D61995 Medium Violet Red

📋 copy color: '#D61995'

red 214 ◦ green 25 ◦ blue 149

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

Shades of Medium Violet Red #D61995

Tints of Medium Violet Red #D61995

RGB

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

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

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

R = 55.15%
G = 6.44%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D61995 (or 0xD61995) is known color: Medium Violet Red. HEX triplet: D6, 19 and 95. RGB value is (214,25,149). Sum of RGB (Red+Green+Blue) = 214+25+149=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D61995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61995 is #29E66A. Grayscale: #5F5F5F. Windows color (decimal): -2745963 or 9771478. OLE color: 9771478.

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

Color convert

RGB 214 25 149 -
CMYK 0 0.88 0.30 0.16
HSL 320.63º 0.79% 0.47% -
HSV(B) 320.63º 0.88% 0.84% -
XYZ 33.5 17.16 29.98 -
YUV 95.65 158.12 212.42 -
System Red Green Blue C M Y K H S L
Decimal 214 25 149 0 0.88 0.30 0.16 320.63 0.79 0.47
Hex D6 19 95 0 58 1E 10 141 4F 2F
Octal 326 31 225 0 130 36 20 501 117 57
Binary 11010110 11001 10010101 0 1011000 11110 10000 101000001 1001111 101111

Color Harmonies of #D61995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61995

Black with #D61995

Text Example


Text Example

White with #D61995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61995; }

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

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

background-color css

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

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

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

border-color css

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

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

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