Html Css Color HEX #D80F88 Medium Violet Red

📋 copy color: '#D80F88'

red 216 ◦ green 15 ◦ blue 136

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

Shades of Medium Violet Red #D80F88

Tints of Medium Violet Red #D80F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.09%

 BLUE value IS 136 (53.52% from 255) = 37.06%

R = 58.86%
G = 4.09%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D80F88 (or 0xD80F88) is known color: Medium Violet Red. HEX triplet: D8, 0F and 88. RGB value is (216,15,136). Sum of RGB (Red+Green+Blue) = 216+15+136=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F88 is #27F077. Grayscale: #585858. Windows color (decimal): -2617464 or 8916952. OLE color: 8916952.

HSL color Cylindrical-coordinate representation of color #D80F88: hue angle of 323.88º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80F88 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 15 136 -
CMYK 0 0.93 0.37 0.15
HSL 323.88º 0.87% 0.45% -
HSV(B) 323.88º 0.93% 0.85% -
XYZ 32.93 16.72 24.78 -
YUV 88.89 154.59 218.66 -
System Red Green Blue C M Y K H S L
Decimal 216 15 136 0 0.93 0.37 0.15 323.88 0.87 0.45
Hex D8 F 88 0 5D 25 F 144 57 2D
Octal 330 17 210 0 135 45 17 504 127 55
Binary 11011000 1111 10001000 0 1011101 100101 1111 101000100 1010111 101101

Color Harmonies of #D80F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F88

Black with #D80F88

Text Example


Text Example

White with #D80F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F88; }

 p { color: rgb(216,15,136); }

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

background-color css

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

 a { background-color: rgb(216,15,136); }

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

border-color css

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

 span { border-color: rgb(216,15,136); }

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