Html Css Color HEX #D60B9B Medium Violet Red

📋 copy color: '#D60B9B'

red 214 ◦ green 11 ◦ blue 155

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

Shades of Medium Violet Red #D60B9B

Tints of Medium Violet Red #D60B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 56.32%
G = 2.89%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D60B9B (or 0xD60B9B) is known color: Medium Violet Red. HEX triplet: D6, 0B and 9B. RGB value is (214,11,155). Sum of RGB (Red+Green+Blue) = 214+11+155=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B9B is #29F464. Grayscale: #575757. Windows color (decimal): -2749541 or 10161110. OLE color: 10161110.

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

Color convert

RGB 214 11 155 -
CMYK 0 0.95 0.28 0.16
HSL 317.44º 0.9% 0.44% -
HSV(B) 317.44º 0.95% 0.84% -
XYZ 33.77 16.9 32.49 -
YUV 88.11 165.75 217.79 -
System Red Green Blue C M Y K H S L
Decimal 214 11 155 0 0.95 0.28 0.16 317.44 0.9 0.44
Hex D6 B 9B 0 5F 1C 10 13D 5A 2C
Octal 326 13 233 0 137 34 20 475 132 54
Binary 11010110 1011 10011011 0 1011111 11100 10000 100111101 1011010 101100

Color Harmonies of #D60B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B9B

Black with #D60B9B

Text Example


Text Example

White with #D60B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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