Html Css Color HEX #D61896 Medium Violet Red

📋 copy color: '#D61896'

red 214 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #D61896

Tints of Medium Violet Red #D61896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.19%

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

R = 55.15%
G = 6.19%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D61896 (or 0xD61896) is known color: Medium Violet Red. HEX triplet: D6, 18 and 96. RGB value is (214,24,150). Sum of RGB (Red+Green+Blue) = 214+24+150=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D61896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61896 is #29E769. Grayscale: #5E5E5E. Windows color (decimal): -2746218 or 9836758. OLE color: 9836758.

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

Color convert

RGB 214 24 150 -
CMYK 0 0.89 0.30 0.16
HSL 320.21º 0.8% 0.47% -
HSV(B) 320.21º 0.89% 0.84% -
XYZ 33.56 17.15 30.4 -
YUV 95.17 158.95 212.75 -
System Red Green Blue C M Y K H S L
Decimal 214 24 150 0 0.89 0.30 0.16 320.21 0.8 0.47
Hex D6 18 96 0 59 1E 10 140 50 2F
Octal 326 30 226 0 131 36 20 500 120 57
Binary 11010110 11000 10010110 0 1011001 11110 10000 101000000 1010000 101111

Color Harmonies of #D61896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61896

Black with #D61896

Text Example


Text Example

White with #D61896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61896; }

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

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

background-color css

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

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

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

border-color css

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

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

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