Html Css Color HEX #D5089B Medium Violet Red

📋 copy color: '#D5089B'

red 213 ◦ green 8 ◦ blue 155

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

Shades of Medium Violet Red #D5089B

Tints of Medium Violet Red #D5089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 56.65%
G = 2.13%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5089B (or 0xD5089B) is known color: Medium Violet Red. HEX triplet: D5, 08 and 9B. RGB value is (213,8,155). Sum of RGB (Red+Green+Blue) = 213+8+155=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5089B is #2AF764. Grayscale: #555555. Windows color (decimal): -2815845 or 10160341. OLE color: 10160341.

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

Color convert

RGB 213 8 155 -
CMYK 0 0.96 0.27 0.16
HSL 316.98º 0.93% 0.43% -
HSV(B) 316.98º 0.96% 0.84% -
XYZ 33.44 16.69 32.47 -
YUV 86.05 166.92 218.55 -
System Red Green Blue C M Y K H S L
Decimal 213 8 155 0 0.96 0.27 0.16 316.98 0.93 0.43
Hex D5 8 9B 0 60 1B 10 13D 5D 2B
Octal 325 10 233 0 140 33 20 475 135 53
Binary 11010101 1000 10011011 0 1100000 11011 10000 100111101 1011101 101011

Color Harmonies of #D5089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5089B

Black with #D5089B

Text Example


Text Example

White with #D5089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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