Html Css Color HEX #D5087A Medium Violet Red

📋 copy color: '#D5087A'

red 213 ◦ green 8 ◦ blue 122

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

Shades of Medium Violet Red #D5087A

Tints of Medium Violet Red #D5087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 62.1%
G = 2.33%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5087A (or 0xD5087A) is known color: Medium Violet Red. HEX triplet: D5, 08 and 7A. RGB value is (213,8,122). Sum of RGB (Red+Green+Blue) = 213+8+122=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5087A is #2AF785. Grayscale: #525252. Windows color (decimal): -2815878 or 7997653. OLE color: 7997653.

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

Color convert

RGB 213 8 122 -
CMYK 0 0.96 0.43 0.16
HSL 326.63º 0.93% 0.43% -
HSV(B) 326.63º 0.96% 0.84% -
XYZ 31.04 15.72 19.81 -
YUV 82.29 150.42 221.23 -
System Red Green Blue C M Y K H S L
Decimal 213 8 122 0 0.96 0.43 0.16 326.63 0.93 0.43
Hex D5 8 7A 0 60 2B 10 147 5D 2B
Octal 325 10 172 0 140 53 20 507 135 53
Binary 11010101 1000 1111010 0 1100000 101011 10000 101000111 1011101 101011

Color Harmonies of #D5087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5087A

Black with #D5087A

Text Example


Text Example

White with #D5087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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