Html Css Color HEX #D5088C Medium Violet Red

📋 copy color: '#D5088C'

red 213 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #D5088C

Tints of Medium Violet Red #D5088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 59%
G = 2.22%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5088C (or 0xD5088C) is known color: Medium Violet Red. HEX triplet: D5, 08 and 8C. RGB value is (213,8,140). Sum of RGB (Red+Green+Blue) = 213+8+140=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5088C is #2AF773. Grayscale: #545454. Windows color (decimal): -2815860 or 9177301. OLE color: 9177301.

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

Color convert

RGB 213 8 140 -
CMYK 0 0.96 0.34 0.16
HSL 321.37º 0.93% 0.43% -
HSV(B) 321.37º 0.96% 0.84% -
XYZ 32.26 16.21 26.24 -
YUV 84.34 159.42 219.77 -
System Red Green Blue C M Y K H S L
Decimal 213 8 140 0 0.96 0.34 0.16 321.37 0.93 0.43
Hex D5 8 8C 0 60 22 10 141 5D 2B
Octal 325 10 214 0 140 42 20 501 135 53
Binary 11010101 1000 10001100 0 1100000 100010 10000 101000001 1011101 101011

Color Harmonies of #D5088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5088C

Black with #D5088C

Text Example


Text Example

White with #D5088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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