Html Css Color HEX #D5087C Medium Violet Red

📋 copy color: '#D5087C'

red 213 ◦ green 8 ◦ blue 124

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

Shades of Medium Violet Red #D5087C

Tints of Medium Violet Red #D5087C

RGB

 RED value IS 213 (83.59% from 255) = 61.74%

 GREEN value IS 8 (3.52% from 255) = 2.32%

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

R = 61.74%
G = 2.32%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5087C (or 0xD5087C) is known color: Medium Violet Red. HEX triplet: D5, 08 and 7C. RGB value is (213,8,124). Sum of RGB (Red+Green+Blue) = 213+8+124=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5087C is #2AF783. Grayscale: #525252. Windows color (decimal): -2815876 or 8128725. OLE color: 8128725.

HSL color Cylindrical-coordinate representation of color #D5087C: hue angle of 326.05º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5087C is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 8 124 -
CMYK 0 0.96 0.42 0.16
HSL 326.05º 0.93% 0.43% -
HSV(B) 326.05º 0.96% 0.84% -
XYZ 31.17 15.78 20.47 -
YUV 82.52 151.42 221.07 -
System Red Green Blue C M Y K H S L
Decimal 213 8 124 0 0.96 0.42 0.16 326.05 0.93 0.43
Hex D5 8 7C 0 60 2A 10 146 5D 2B
Octal 325 10 174 0 140 52 20 506 135 53
Binary 11010101 1000 1111100 0 1100000 101010 10000 101000110 1011101 101011

Color Harmonies of #D5087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5087C

Black with #D5087C

Text Example


Text Example

White with #D5087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5087C; }

 p { color: rgb(213,8,124); }

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

background-color css

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

 a { background-color: rgb(213,8,124); }

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

border-color css

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

 span { border-color: rgb(213,8,124); }

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