Html Css Color HEX #D61993 Medium Violet Red

📋 copy color: '#D61993'

red 214 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #D61993

Tints of Medium Violet Red #D61993

RGB

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

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

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

R = 55.44%
G = 6.48%
B = 38.08%

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

#D61993 (or 0xD61993) is known color: Medium Violet Red. HEX triplet: D6, 19 and 93. RGB value is (214,25,147). Sum of RGB (Red+Green+Blue) = 214+25+147=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D61993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61993 is #29E66C. Grayscale: #5F5F5F. Windows color (decimal): -2745965 or 9640406. OLE color: 9640406.

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

Color convert

RGB 214 25 147 -
CMYK 0 0.88 0.31 0.16
HSL 321.27º 0.79% 0.47% -
HSV(B) 321.27º 0.88% 0.84% -
XYZ 33.35 17.1 29.15 -
YUV 95.42 157.12 212.58 -
System Red Green Blue C M Y K H S L
Decimal 214 25 147 0 0.88 0.31 0.16 321.27 0.79 0.47
Hex D6 19 93 0 58 1F 10 141 4F 2F
Octal 326 31 223 0 130 37 20 501 117 57
Binary 11010110 11001 10010011 0 1011000 11111 10000 101000001 1001111 101111

Color Harmonies of #D61993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61993

Black with #D61993

Text Example


Text Example

White with #D61993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61993; }

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

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

background-color css

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

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

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

border-color css

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

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

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