Html Css Color HEX #D80F92 Medium Violet Red

📋 copy color: '#D80F92'

red 216 ◦ green 15 ◦ blue 146

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

Shades of Medium Violet Red #D80F92

Tints of Medium Violet Red #D80F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.73%

R = 57.29%
G = 3.98%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D80F92 (or 0xD80F92) is known color: Medium Violet Red. HEX triplet: D8, 0F and 92. RGB value is (216,15,146). Sum of RGB (Red+Green+Blue) = 216+15+146=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F92 is #27F06D. Grayscale: #595959. Windows color (decimal): -2617454 or 9572312. OLE color: 9572312.

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

Color convert

RGB 216 15 146 -
CMYK 0 0.93 0.32 0.15
HSL 320.9º 0.87% 0.45% -
HSV(B) 320.9º 0.93% 0.85% -
XYZ 33.68 17.02 28.7 -
YUV 90.03 159.59 217.85 -
System Red Green Blue C M Y K H S L
Decimal 216 15 146 0 0.93 0.32 0.15 320.9 0.87 0.45
Hex D8 F 92 0 5D 20 F 141 57 2D
Octal 330 17 222 0 135 40 17 501 127 55
Binary 11011000 1111 10010010 0 1011101 100000 1111 101000001 1010111 101101

Color Harmonies of #D80F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F92

Black with #D80F92

Text Example


Text Example

White with #D80F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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