Html Css Color HEX #D61296 Medium Violet Red

📋 copy color: '#D61296'

red 214 ◦ green 18 ◦ blue 150

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

Shades of Medium Violet Red #D61296

Tints of Medium Violet Red #D61296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

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

R = 56.02%
G = 4.71%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D61296 (or 0xD61296) is known color: Medium Violet Red. HEX triplet: D6, 12 and 96. RGB value is (214,18,150). Sum of RGB (Red+Green+Blue) = 214+18+150=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D61296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61296 is #29ED69. Grayscale: #5B5B5B. Windows color (decimal): -2747754 or 9835222. OLE color: 9835222.

HSL color Cylindrical-coordinate representation of color #D61296: hue angle of 319.59º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61296 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 150 -
CMYK 0 0.92 0.30 0.16
HSL 319.59º 0.84% 0.45% -
HSV(B) 319.59º 0.92% 0.84% -
XYZ 33.45 16.93 30.36 -
YUV 91.65 160.93 215.27 -
System Red Green Blue C M Y K H S L
Decimal 214 18 150 0 0.92 0.30 0.16 319.59 0.84 0.45
Hex D6 12 96 0 5C 1E 10 140 54 2D
Octal 326 22 226 0 134 36 20 500 124 55
Binary 11010110 10010 10010110 0 1011100 11110 10000 101000000 1010100 101101

Color Harmonies of #D61296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61296

Black with #D61296

Text Example


Text Example

White with #D61296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61296; }

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

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

background-color css

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

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

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

border-color css

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

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

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