Html Css Color HEX #D60B8A Medium Violet Red

📋 copy color: '#D60B8A'

red 214 ◦ green 11 ◦ blue 138

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

Shades of Medium Violet Red #D60B8A

Tints of Medium Violet Red #D60B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 58.95%
G = 3.03%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D60B8A (or 0xD60B8A) is known color: Medium Violet Red. HEX triplet: D6, 0B and 8A. RGB value is (214,11,138). Sum of RGB (Red+Green+Blue) = 214+11+138=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B8A is #29F475. Grayscale: #555555. Windows color (decimal): -2749558 or 9046998. OLE color: 9046998.

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

Color convert

RGB 214 11 138 -
CMYK 0 0.95 0.36 0.16
HSL 322.46º 0.9% 0.44% -
HSV(B) 322.46º 0.95% 0.84% -
XYZ 32.44 16.37 25.49 -
YUV 86.18 157.25 219.17 -
System Red Green Blue C M Y K H S L
Decimal 214 11 138 0 0.95 0.36 0.16 322.46 0.9 0.44
Hex D6 B 8A 0 5F 24 10 142 5A 2C
Octal 326 13 212 0 137 44 20 502 132 54
Binary 11010110 1011 10001010 0 1011111 100100 10000 101000010 1011010 101100

Color Harmonies of #D60B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B8A

Black with #D60B8A

Text Example


Text Example

White with #D60B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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