Html Css Color HEX #D60896 Medium Violet Red

📋 copy color: '#D60896'

red 214 ◦ green 8 ◦ blue 150

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

Shades of Medium Violet Red #D60896

Tints of Medium Violet Red #D60896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.15%

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

R = 57.53%
G = 2.15%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D60896 (or 0xD60896) is known color: Medium Violet Red. HEX triplet: D6, 08 and 96. RGB value is (214,8,150). Sum of RGB (Red+Green+Blue) = 214+8+150=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D60896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60896 is #29F769. Grayscale: #555555. Windows color (decimal): -2750314 or 9832662. OLE color: 9832662.

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

Color convert

RGB 214 8 150 -
CMYK 0 0.96 0.30 0.16
HSL 318.64º 0.93% 0.44% -
HSV(B) 318.64º 0.96% 0.84% -
XYZ 33.32 16.67 30.32 -
YUV 85.78 164.25 219.45 -
System Red Green Blue C M Y K H S L
Decimal 214 8 150 0 0.96 0.30 0.16 318.64 0.93 0.44
Hex D6 8 96 0 60 1E 10 13F 5D 2C
Octal 326 10 226 0 140 36 20 477 135 54
Binary 11010110 1000 10010110 0 1100000 11110 10000 100111111 1011101 101100

Color Harmonies of #D60896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60896

Black with #D60896

Text Example


Text Example

White with #D60896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60896; }

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

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

background-color css

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

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

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

border-color css

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

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

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