Html Css Color HEX #D60B96 Medium Violet Red

📋 copy color: '#D60B96'

red 214 ◦ green 11 ◦ blue 150

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

Shades of Medium Violet Red #D60B96

Tints of Medium Violet Red #D60B96

RGB

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

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

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

R = 57.07%
G = 2.93%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D60B96 (or 0xD60B96) is known color: Medium Violet Red. HEX triplet: D6, 0B and 96. RGB value is (214,11,150). Sum of RGB (Red+Green+Blue) = 214+11+150=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B96 is #29F469. Grayscale: #575757. Windows color (decimal): -2749546 or 9833430. OLE color: 9833430.

HSL color Cylindrical-coordinate representation of color #D60B96: hue angle of 318.92º 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 #D60B96 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 11 150 -
CMYK 0 0.95 0.30 0.16
HSL 318.92º 0.9% 0.44% -
HSV(B) 318.92º 0.95% 0.84% -
XYZ 33.36 16.74 30.33 -
YUV 87.54 163.25 218.2 -
System Red Green Blue C M Y K H S L
Decimal 214 11 150 0 0.95 0.30 0.16 318.92 0.9 0.44
Hex D6 B 96 0 5F 1E 10 13F 5A 2C
Octal 326 13 226 0 137 36 20 477 132 54
Binary 11010110 1011 10010110 0 1011111 11110 10000 100111111 1011010 101100

Color Harmonies of #D60B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B96

Black with #D60B96

Text Example


Text Example

White with #D60B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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