Html Css Color HEX #D61199 Medium Violet Red

📋 copy color: '#D61199'

red 214 ◦ green 17 ◦ blue 153

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

Shades of Medium Violet Red #D61199

Tints of Medium Violet Red #D61199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.43%

 BLUE value IS 153 (60.16% from 255) = 39.84%

R = 55.73%
G = 4.43%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61199 (or 0xD61199) is known color: Medium Violet Red. HEX triplet: D6, 11 and 99. RGB value is (214,17,153). Sum of RGB (Red+Green+Blue) = 214+17+153=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D61199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61199 is #29EE66. Grayscale: #5B5B5B. Windows color (decimal): -2748007 or 10031574. OLE color: 10031574.

HSL color Cylindrical-coordinate representation of color #D61199: hue angle of 318.58º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61199 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 17 153 -
CMYK 0 0.92 0.29 0.16
HSL 318.58º 0.85% 0.45% -
HSV(B) 318.58º 0.92% 0.84% -
XYZ 33.68 17 31.64 -
YUV 91.41 162.77 215.44 -
System Red Green Blue C M Y K H S L
Decimal 214 17 153 0 0.92 0.29 0.16 318.58 0.85 0.45
Hex D6 11 99 0 5C 1D 10 13F 55 2D
Octal 326 21 231 0 134 35 20 477 125 55
Binary 11010110 10001 10011001 0 1011100 11101 10000 100111111 1010101 101101

Color Harmonies of #D61199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61199

Black with #D61199

Text Example


Text Example

White with #D61199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61199; }

 p { color: rgb(214,17,153); }

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

background-color css

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

 a { background-color: rgb(214,17,153); }

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

border-color css

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

 span { border-color: rgb(214,17,153); }

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