Html Css Color HEX #D61793 Medium Violet Red

📋 copy color: '#D61793'

red 214 ◦ green 23 ◦ blue 147

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

Shades of Medium Violet Red #D61793

Tints of Medium Violet Red #D61793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.99%

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

R = 55.73%
G = 5.99%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D61793 (or 0xD61793) is known color: Medium Violet Red. HEX triplet: D6, 17 and 93. RGB value is (214,23,147). Sum of RGB (Red+Green+Blue) = 214+23+147=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D61793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61793 is #29E86C. Grayscale: #5D5D5D. Windows color (decimal): -2746477 or 9639894. OLE color: 9639894.

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

Color convert

RGB 214 23 147 -
CMYK 0 0.89 0.31 0.16
HSL 321.05º 0.81% 0.46% -
HSV(B) 321.05º 0.89% 0.84% -
XYZ 33.3 17.02 29.13 -
YUV 94.25 157.78 213.42 -
System Red Green Blue C M Y K H S L
Decimal 214 23 147 0 0.89 0.31 0.16 321.05 0.81 0.46
Hex D6 17 93 0 59 1F 10 141 51 2E
Octal 326 27 223 0 131 37 20 501 121 56
Binary 11010110 10111 10010011 0 1011001 11111 10000 101000001 1010001 101110

Color Harmonies of #D61793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61793

Black with #D61793

Text Example


Text Example

White with #D61793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61793; }

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

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

background-color css

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

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

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

border-color css

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

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

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