Html Css Color HEX #D61396 Medium Violet Red

📋 copy color: '#D61396'

red 214 ◦ green 19 ◦ blue 150

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

Shades of Medium Violet Red #D61396

Tints of Medium Violet Red #D61396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 55.87%
G = 4.96%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D61396 (or 0xD61396) is known color: Medium Violet Red. HEX triplet: D6, 13 and 96. RGB value is (214,19,150). Sum of RGB (Red+Green+Blue) = 214+19+150=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D61396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61396 is #29EC69. Grayscale: #5B5B5B. Windows color (decimal): -2747498 or 9835478. OLE color: 9835478.

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

Color convert

RGB 214 19 150 -
CMYK 0 0.91 0.30 0.16
HSL 319.69º 0.84% 0.46% -
HSV(B) 319.69º 0.91% 0.84% -
XYZ 33.47 16.96 30.36 -
YUV 92.24 160.6 214.85 -
System Red Green Blue C M Y K H S L
Decimal 214 19 150 0 0.91 0.30 0.16 319.69 0.84 0.46
Hex D6 13 96 0 5B 1E 10 140 54 2E
Octal 326 23 226 0 133 36 20 500 124 56
Binary 11010110 10011 10010110 0 1011011 11110 10000 101000000 1010100 101110

Color Harmonies of #D61396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61396

Black with #D61396

Text Example


Text Example

White with #D61396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61396; }

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

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

background-color css

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

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

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

border-color css

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

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

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