Html Css Color HEX #D60D8F Medium Violet Red

📋 copy color: '#D60D8F'

red 214 ◦ green 13 ◦ blue 143

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

Shades of Medium Violet Red #D60D8F

Tints of Medium Violet Red #D60D8F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.51%

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 57.84%
G = 3.51%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D60D8F (or 0xD60D8F) is known color: Medium Violet Red. HEX triplet: D6, 0D and 8F. RGB value is (214,13,143). Sum of RGB (Red+Green+Blue) = 214+13+143=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60D8F is #29F270. Grayscale: #575757. Windows color (decimal): -2749041 or 9375190. OLE color: 9375190.

HSL color Cylindrical-coordinate representation of color #D60D8F: hue angle of 321.19º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D8F is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 13 143 -
CMYK 0 0.94 0.33 0.16
HSL 321.19º 0.89% 0.45% -
HSV(B) 321.19º 0.94% 0.84% -
XYZ 32.83 16.57 27.45 -
YUV 87.92 159.09 217.93 -
System Red Green Blue C M Y K H S L
Decimal 214 13 143 0 0.94 0.33 0.16 321.19 0.89 0.45
Hex D6 D 8F 0 5E 21 10 141 59 2D
Octal 326 15 217 0 136 41 20 501 131 55
Binary 11010110 1101 10001111 0 1011110 100001 10000 101000001 1011001 101101

Color Harmonies of #D60D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D8F

Black with #D60D8F

Text Example


Text Example

White with #D60D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D8F; }

 p { color: rgb(214,13,143); }

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

background-color css

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

 a { background-color: rgb(214,13,143); }

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

border-color css

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

 span { border-color: rgb(214,13,143); }

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