Html Css Color HEX #D60992 Medium Violet Red

📋 copy color: '#D60992'

red 214 ◦ green 9 ◦ blue 146

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

Shades of Medium Violet Red #D60992

Tints of Medium Violet Red #D60992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.44%

 BLUE value IS 146 (57.42% from 255) = 39.57%

R = 57.99%
G = 2.44%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D60992 (or 0xD60992) is known color: Medium Violet Red. HEX triplet: D6, 09 and 92. RGB value is (214,9,146). Sum of RGB (Red+Green+Blue) = 214+9+146=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D60992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60992 is #29F66D. Grayscale: #555555. Windows color (decimal): -2750062 or 9570774. OLE color: 9570774.

HSL color Cylindrical-coordinate representation of color #D60992: hue angle of 319.9º degrees, saturation: 0.92, 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 #D60992 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 146 -
CMYK 0 0.96 0.32 0.16
HSL 319.9º 0.92% 0.44% -
HSV(B) 319.9º 0.96% 0.84% -
XYZ 33.02 16.57 28.65 -
YUV 85.91 161.92 219.36 -
System Red Green Blue C M Y K H S L
Decimal 214 9 146 0 0.96 0.32 0.16 319.9 0.92 0.44
Hex D6 9 92 0 60 20 10 140 5C 2C
Octal 326 11 222 0 140 40 20 500 134 54
Binary 11010110 1001 10010010 0 1100000 100000 10000 101000000 1011100 101100

Color Harmonies of #D60992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60992

Black with #D60992

Text Example


Text Example

White with #D60992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60992; }

 p { color: rgb(214,9,146); }

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

background-color css

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

 a { background-color: rgb(214,9,146); }

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

border-color css

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

 span { border-color: rgb(214,9,146); }

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