Html Css Color HEX #D80F8D Medium Violet Red

📋 copy color: '#D80F8D'

red 216 ◦ green 15 ◦ blue 141

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

Shades of Medium Violet Red #D80F8D

Tints of Medium Violet Red #D80F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 58.06%
G = 4.03%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D80F8D (or 0xD80F8D) is known color: Medium Violet Red. HEX triplet: D8, 0F and 8D. RGB value is (216,15,141). Sum of RGB (Red+Green+Blue) = 216+15+141=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F8D is #27F072. Grayscale: #595959. Windows color (decimal): -2617459 or 9244632. OLE color: 9244632.

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

Color convert

RGB 216 15 141 -
CMYK 0 0.93 0.35 0.15
HSL 322.39º 0.87% 0.45% -
HSV(B) 322.39º 0.93% 0.85% -
XYZ 33.3 16.86 26.7 -
YUV 89.46 157.09 218.25 -
System Red Green Blue C M Y K H S L
Decimal 216 15 141 0 0.93 0.35 0.15 322.39 0.87 0.45
Hex D8 F 8D 0 5D 23 F 142 57 2D
Octal 330 17 215 0 135 43 17 502 127 55
Binary 11011000 1111 10001101 0 1011101 100011 1111 101000010 1010111 101101

Color Harmonies of #D80F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F8D

Black with #D80F8D

Text Example


Text Example

White with #D80F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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