Html Css Color HEX #D80F96 Medium Violet Red

📋 copy color: '#D80F96'

red 216 ◦ green 15 ◦ blue 150

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

Shades of Medium Violet Red #D80F96

Tints of Medium Violet Red #D80F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 56.69%
G = 3.94%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D80F96 (or 0xD80F96) is known color: Medium Violet Red. HEX triplet: D8, 0F and 96. RGB value is (216,15,150). Sum of RGB (Red+Green+Blue) = 216+15+150=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F96 is #27F069. Grayscale: #5A5A5A. Windows color (decimal): -2617450 or 9834456. OLE color: 9834456.

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

Color convert

RGB 216 15 150 -
CMYK 0 0.93 0.31 0.15
HSL 319.7º 0.87% 0.45% -
HSV(B) 319.7º 0.93% 0.85% -
XYZ 33.99 17.14 30.37 -
YUV 90.49 161.59 217.52 -
System Red Green Blue C M Y K H S L
Decimal 216 15 150 0 0.93 0.31 0.15 319.7 0.87 0.45
Hex D8 F 96 0 5D 1F F 140 57 2D
Octal 330 17 226 0 135 37 17 500 127 55
Binary 11011000 1111 10010110 0 1011101 11111 1111 101000000 1010111 101101

Color Harmonies of #D80F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F96

Black with #D80F96

Text Example


Text Example

White with #D80F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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