Html Css Color HEX #D61994 Medium Violet Red

📋 copy color: '#D61994'

red 214 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #D61994

Tints of Medium Violet Red #D61994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 55.3%
G = 6.46%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D61994 (or 0xD61994) is known color: Medium Violet Red. HEX triplet: D6, 19 and 94. RGB value is (214,25,148). Sum of RGB (Red+Green+Blue) = 214+25+148=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D61994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61994 is #29E66B. Grayscale: #5F5F5F. Windows color (decimal): -2745964 or 9705942. OLE color: 9705942.

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

Color convert

RGB 214 25 148 -
CMYK 0 0.88 0.31 0.16
HSL 320.95º 0.79% 0.47% -
HSV(B) 320.95º 0.88% 0.84% -
XYZ 33.42 17.13 29.56 -
YUV 95.53 157.62 212.5 -
System Red Green Blue C M Y K H S L
Decimal 214 25 148 0 0.88 0.31 0.16 320.95 0.79 0.47
Hex D6 19 94 0 58 1F 10 141 4F 2F
Octal 326 31 224 0 130 37 20 501 117 57
Binary 11010110 11001 10010100 0 1011000 11111 10000 101000001 1001111 101111

Color Harmonies of #D61994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61994

Black with #D61994

Text Example


Text Example

White with #D61994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61994; }

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

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

background-color css

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

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

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

border-color css

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

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

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