Html Css Color HEX #D61394 Medium Violet Red

📋 copy color: '#D61394'

red 214 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #D61394

Tints of Medium Violet Red #D61394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.99%

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

R = 56.17%
G = 4.99%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D61394 (or 0xD61394) is known color: Medium Violet Red. HEX triplet: D6, 13 and 94. RGB value is (214,19,148). Sum of RGB (Red+Green+Blue) = 214+19+148=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D61394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61394 is #29EC6B. Grayscale: #5B5B5B. Windows color (decimal): -2747500 or 9704406. OLE color: 9704406.

HSL color Cylindrical-coordinate representation of color #D61394: hue angle of 320.31º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61394 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 19 148 -
CMYK 0 0.91 0.31 0.16
HSL 320.31º 0.84% 0.46% -
HSV(B) 320.31º 0.91% 0.84% -
XYZ 33.31 16.9 29.52 -
YUV 92.01 159.6 215.01 -
System Red Green Blue C M Y K H S L
Decimal 214 19 148 0 0.91 0.31 0.16 320.31 0.84 0.46
Hex D6 13 94 0 5B 1F 10 140 54 2E
Octal 326 23 224 0 133 37 20 500 124 56
Binary 11010110 10011 10010100 0 1011011 11111 10000 101000000 1010100 101110

Color Harmonies of #D61394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61394

Black with #D61394

Text Example


Text Example

White with #D61394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61394; }

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

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

background-color css

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

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

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

border-color css

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

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

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