Html Css Color HEX #D80189 Medium Violet Red

📋 copy color: '#D80189'

red 216 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #D80189

Tints of Medium Violet Red #D80189

RGB

 RED value IS 216 (84.77% from 255) = 61.02%

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 137 (53.91% from 255) = 38.7%

R = 61.02%
G = 0.28%
B = 38.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D80189 (or 0xD80189) is known color: Medium Violet Red. HEX triplet: D8, 01 and 89. RGB value is (216,1,137). Sum of RGB (Red+Green+Blue) = 216+1+137=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D80189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80189 is #27FE76. Grayscale: #505050. Windows color (decimal): -2621047 or 8978904. OLE color: 8978904.

HSL color Cylindrical-coordinate representation of color #D80189: hue angle of 322.05º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80189 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 1 137 -
CMYK 0 1.00 0.37 0.15
HSL 322.05º 0.99% 0.43% -
HSV(B) 322.05º 1% 0.85% -
XYZ 32.85 16.43 25.11 -
YUV 80.79 159.73 224.44 -
System Red Green Blue C M Y K H S L
Decimal 216 1 137 0 1.00 0.37 0.15 322.05 0.99 0.43
Hex D8 1 89 0 64 25 F 142 63 2B
Octal 330 1 211 0 144 45 17 502 143 53
Binary 11011000 1 10001001 0 1100100 100101 1111 101000010 1100011 101011

Color Harmonies of #D80189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80189

Black with #D80189

Text Example


Text Example

White with #D80189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80189; }

 p { color: rgb(216,1,137); }

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

background-color css

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

 a { background-color: rgb(216,1,137); }

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

border-color css

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

 span { border-color: rgb(216,1,137); }

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