Html Css Color HEX #D60B81 Medium Violet Red

📋 copy color: '#D60B81'

red 214 ◦ green 11 ◦ blue 129

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

Shades of Medium Violet Red #D60B81

Tints of Medium Violet Red #D60B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.44%

R = 60.45%
G = 3.11%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D60B81 (or 0xD60B81) is known color: Medium Violet Red. HEX triplet: D6, 0B and 81. RGB value is (214,11,129). Sum of RGB (Red+Green+Blue) = 214+11+129=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B81 is #29F47E. Grayscale: #545454. Windows color (decimal): -2749567 or 8457174. OLE color: 8457174.

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

Color convert

RGB 214 11 129 -
CMYK 0 0.95 0.40 0.16
HSL 325.12º 0.9% 0.44% -
HSV(B) 325.12º 0.95% 0.84% -
XYZ 31.81 16.12 22.2 -
YUV 85.15 152.75 219.91 -
System Red Green Blue C M Y K H S L
Decimal 214 11 129 0 0.95 0.40 0.16 325.12 0.9 0.44
Hex D6 B 81 0 5F 28 10 145 5A 2C
Octal 326 13 201 0 137 50 20 505 132 54
Binary 11010110 1011 10000001 0 1011111 101000 10000 101000101 1011010 101100

Color Harmonies of #D60B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B81

Black with #D60B81

Text Example


Text Example

White with #D60B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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