Html Css Color HEX #D61399 Medium Violet Red

📋 copy color: '#D61399'

red 214 ◦ green 19 ◦ blue 153

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

Shades of Medium Violet Red #D61399

Tints of Medium Violet Red #D61399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.64%

R = 55.44%
G = 4.92%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61399 (or 0xD61399) is known color: Medium Violet Red. HEX triplet: D6, 13 and 99. RGB value is (214,19,153). Sum of RGB (Red+Green+Blue) = 214+19+153=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D61399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61399 is #29EC66. Grayscale: #5C5C5C. Windows color (decimal): -2747495 or 10032086. OLE color: 10032086.

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

Color convert

RGB 214 19 153 -
CMYK 0 0.91 0.29 0.16
HSL 318.77º 0.84% 0.46% -
HSV(B) 318.77º 0.91% 0.84% -
XYZ 33.71 17.06 31.65 -
YUV 92.58 162.1 214.6 -
System Red Green Blue C M Y K H S L
Decimal 214 19 153 0 0.91 0.29 0.16 318.77 0.84 0.46
Hex D6 13 99 0 5B 1D 10 13F 54 2E
Octal 326 23 231 0 133 35 20 477 124 56
Binary 11010110 10011 10011001 0 1011011 11101 10000 100111111 1010100 101110

Color Harmonies of #D61399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61399

Black with #D61399

Text Example


Text Example

White with #D61399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61399; }

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

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

background-color css

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

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

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

border-color css

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

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

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