Html Css Color HEX #D80F98 Medium Violet Red

📋 copy color: '#D80F98'

red 216 ◦ green 15 ◦ blue 152

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

Shades of Medium Violet Red #D80F98

Tints of Medium Violet Red #D80F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.69%

R = 56.4%
G = 3.92%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D80F98 (or 0xD80F98) is known color: Medium Violet Red. HEX triplet: D8, 0F and 98. RGB value is (216,15,152). Sum of RGB (Red+Green+Blue) = 216+15+152=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F98 is #27F067. Grayscale: #5A5A5A. Windows color (decimal): -2617448 or 9965528. OLE color: 9965528.

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

Color convert

RGB 216 15 152 -
CMYK 0 0.93 0.30 0.15
HSL 319.1º 0.87% 0.45% -
HSV(B) 319.1º 0.93% 0.85% -
XYZ 34.16 17.21 31.23 -
YUV 90.72 162.59 217.36 -
System Red Green Blue C M Y K H S L
Decimal 216 15 152 0 0.93 0.30 0.15 319.1 0.87 0.45
Hex D8 F 98 0 5D 1E F 13F 57 2D
Octal 330 17 230 0 135 36 17 477 127 55
Binary 11011000 1111 10011000 0 1011101 11110 1111 100111111 1010111 101101

Color Harmonies of #D80F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F98

Black with #D80F98

Text Example


Text Example

White with #D80F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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