Html Css Color HEX #D80187 Medium Violet Red

📋 copy color: '#D80187'

red 216 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #D80187

Tints of Medium Violet Red #D80187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.35%

R = 61.36%
G = 0.28%
B = 38.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D80187 (or 0xD80187) is known color: Medium Violet Red. HEX triplet: D8, 01 and 87. RGB value is (216,1,135). Sum of RGB (Red+Green+Blue) = 216+1+135=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D80187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80187 is #27FE78. Grayscale: #505050. Windows color (decimal): -2621049 or 8847832. OLE color: 8847832.

HSL color Cylindrical-coordinate representation of color #D80187: hue angle of 322.6º 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 #D80187 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 1 135 -
CMYK 0 1.00 0.38 0.15
HSL 322.6º 0.99% 0.43% -
HSV(B) 322.6º 1% 0.85% -
XYZ 32.7 16.37 24.36 -
YUV 80.56 158.73 224.6 -
System Red Green Blue C M Y K H S L
Decimal 216 1 135 0 1.00 0.38 0.15 322.6 0.99 0.43
Hex D8 1 87 0 64 26 F 143 63 2B
Octal 330 1 207 0 144 46 17 503 143 53
Binary 11011000 1 10000111 0 1100100 100110 1111 101000011 1100011 101011

Color Harmonies of #D80187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80187

Black with #D80187

Text Example


Text Example

White with #D80187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80187; }

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

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

background-color css

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

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

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

border-color css

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

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

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