Html Css Color HEX #D60B7C Medium Violet Red

📋 copy color: '#D60B7C'

red 214 ◦ green 11 ◦ blue 124

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

Shades of Medium Violet Red #D60B7C

Tints of Medium Violet Red #D60B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 61.32%
G = 3.15%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D60B7C (or 0xD60B7C) is known color: Medium Violet Red. HEX triplet: D6, 0B and 7C. RGB value is (214,11,124). Sum of RGB (Red+Green+Blue) = 214+11+124=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60B7C is #29F483. Grayscale: #545454. Windows color (decimal): -2749572 or 8129494. OLE color: 8129494.

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

Color convert

RGB 214 11 124 -
CMYK 0 0.95 0.42 0.16
HSL 326.6º 0.9% 0.44% -
HSV(B) 326.6º 0.95% 0.84% -
XYZ 31.49 15.99 20.5 -
YUV 84.58 150.25 220.31 -
System Red Green Blue C M Y K H S L
Decimal 214 11 124 0 0.95 0.42 0.16 326.6 0.9 0.44
Hex D6 B 7C 0 5F 2A 10 147 5A 2C
Octal 326 13 174 0 137 52 20 507 132 54
Binary 11010110 1011 1111100 0 1011111 101010 10000 101000111 1011010 101100

Color Harmonies of #D60B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B7C

Black with #D60B7C

Text Example


Text Example

White with #D60B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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