Html Css Color HEX #D60B91 Medium Violet Red

📋 copy color: '#D60B91'

red 214 ◦ green 11 ◦ blue 145

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

Shades of Medium Violet Red #D60B91

Tints of Medium Violet Red #D60B91

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.97%

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 57.84%
G = 2.97%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D60B91 (or 0xD60B91) is known color: Medium Violet Red. HEX triplet: D6, 0B and 91. RGB value is (214,11,145). Sum of RGB (Red+Green+Blue) = 214+11+145=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B91 is #29F46E. Grayscale: #565656. Windows color (decimal): -2749551 or 9505750. OLE color: 9505750.

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

Color convert

RGB 214 11 145 -
CMYK 0 0.95 0.32 0.16
HSL 320.39º 0.9% 0.44% -
HSV(B) 320.39º 0.95% 0.84% -
XYZ 32.96 16.58 28.25 -
YUV 86.97 160.75 218.6 -
System Red Green Blue C M Y K H S L
Decimal 214 11 145 0 0.95 0.32 0.16 320.39 0.9 0.44
Hex D6 B 91 0 5F 20 10 140 5A 2C
Octal 326 13 221 0 137 40 20 500 132 54
Binary 11010110 1011 10010001 0 1011111 100000 10000 101000000 1011010 101100

Color Harmonies of #D60B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B91

Black with #D60B91

Text Example


Text Example

White with #D60B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B91; }

 p { color: rgb(214,11,145); }

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

background-color css

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

 a { background-color: rgb(214,11,145); }

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

border-color css

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

 span { border-color: rgb(214,11,145); }

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