Html Css Color HEX #D61393 Medium Violet Red

📋 copy color: '#D61393'

red 214 ◦ green 19 ◦ blue 147

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

Shades of Medium Violet Red #D61393

Tints of Medium Violet Red #D61393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 56.32%
G = 5%
B = 38.68%

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

#D61393 (or 0xD61393) is known color: Medium Violet Red. HEX triplet: D6, 13 and 93. RGB value is (214,19,147). Sum of RGB (Red+Green+Blue) = 214+19+147=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D61393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61393 is #29EC6C. Grayscale: #5B5B5B. Windows color (decimal): -2747501 or 9638870. OLE color: 9638870.

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

Color convert

RGB 214 19 147 -
CMYK 0 0.91 0.31 0.16
HSL 320.62º 0.84% 0.46% -
HSV(B) 320.62º 0.91% 0.84% -
XYZ 33.23 16.87 29.11 -
YUV 91.9 159.1 215.09 -
System Red Green Blue C M Y K H S L
Decimal 214 19 147 0 0.91 0.31 0.16 320.62 0.84 0.46
Hex D6 13 93 0 5B 1F 10 141 54 2E
Octal 326 23 223 0 133 37 20 501 124 56
Binary 11010110 10011 10010011 0 1011011 11111 10000 101000001 1010100 101110

Color Harmonies of #D61393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61393

Black with #D61393

Text Example


Text Example

White with #D61393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61393; }

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

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

background-color css

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

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

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

border-color css

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

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

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