Html Css Color HEX #D60B93 Medium Violet Red

📋 copy color: '#D60B93'

red 214 ◦ green 11 ◦ blue 147

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

Shades of Medium Violet Red #D60B93

Tints of Medium Violet Red #D60B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.52%

R = 57.53%
G = 2.96%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D60B93 (or 0xD60B93) is known color: Medium Violet Red. HEX triplet: D6, 0B and 93. RGB value is (214,11,147). Sum of RGB (Red+Green+Blue) = 214+11+147=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B93 is #29F46C. Grayscale: #565656. Windows color (decimal): -2749549 or 9636822. OLE color: 9636822.

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

Color convert

RGB 214 11 147 -
CMYK 0 0.95 0.31 0.16
HSL 319.8º 0.9% 0.44% -
HSV(B) 319.8º 0.95% 0.84% -
XYZ 33.12 16.64 29.07 -
YUV 87.2 161.75 218.44 -
System Red Green Blue C M Y K H S L
Decimal 214 11 147 0 0.95 0.31 0.16 319.8 0.9 0.44
Hex D6 B 93 0 5F 1F 10 140 5A 2C
Octal 326 13 223 0 137 37 20 500 132 54
Binary 11010110 1011 10010011 0 1011111 11111 10000 101000000 1011010 101100

Color Harmonies of #D60B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B93

Black with #D60B93

Text Example


Text Example

White with #D60B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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