Html Css Color HEX #D60296 Medium Violet Red

📋 copy color: '#D60296'

red 214 ◦ green 2 ◦ blue 150

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

Shades of Medium Violet Red #D60296

Tints of Medium Violet Red #D60296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 58.47%
G = 0.55%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D60296 (or 0xD60296) is known color: Medium Violet Red. HEX triplet: D6, 02 and 96. RGB value is (214,2,150). Sum of RGB (Red+Green+Blue) = 214+2+150=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D60296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60296 is #29FD69. Grayscale: #515151. Windows color (decimal): -2751850 or 9831126. OLE color: 9831126.

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

Color convert

RGB 214 2 150 -
CMYK 0 0.99 0.30 0.16
HSL 318.11º 0.98% 0.42% -
HSV(B) 318.11º 0.99% 0.84% -
XYZ 33.26 16.54 30.29 -
YUV 82.26 166.24 221.97 -
System Red Green Blue C M Y K H S L
Decimal 214 2 150 0 0.99 0.30 0.16 318.11 0.98 0.42
Hex D6 2 96 0 63 1E 10 13E 62 2A
Octal 326 2 226 0 143 36 20 476 142 52
Binary 11010110 10 10010110 0 1100011 11110 10000 100111110 1100010 101010

Color Harmonies of #D60296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60296

Black with #D60296

Text Example


Text Example

White with #D60296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60296; }

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

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

background-color css

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

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

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

border-color css

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

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

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