Html Css Color HEX #D60B7B Medium Violet Red

📋 copy color: '#D60B7B'

red 214 ◦ green 11 ◦ blue 123

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

Shades of Medium Violet Red #D60B7B

Tints of Medium Violet Red #D60B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 61.49%
G = 3.16%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D60B7B (or 0xD60B7B) is known color: Medium Violet Red. HEX triplet: D6, 0B and 7B. RGB value is (214,11,123). Sum of RGB (Red+Green+Blue) = 214+11+123=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60B7B is #29F484. Grayscale: #545454. Windows color (decimal): -2749573 or 8063958. OLE color: 8063958.

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

Color convert

RGB 214 11 123 -
CMYK 0 0.95 0.43 0.16
HSL 326.9º 0.9% 0.44% -
HSV(B) 326.9º 0.95% 0.84% -
XYZ 31.43 15.97 20.16 -
YUV 84.47 149.75 220.39 -
System Red Green Blue C M Y K H S L
Decimal 214 11 123 0 0.95 0.43 0.16 326.9 0.9 0.44
Hex D6 B 7B 0 5F 2B 10 147 5A 2C
Octal 326 13 173 0 137 53 20 507 132 54
Binary 11010110 1011 1111011 0 1011111 101011 10000 101000111 1011010 101100

Color Harmonies of #D60B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B7B

Black with #D60B7B

Text Example


Text Example

White with #D60B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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