Html Css Color HEX #D80F83 Medium Violet Red

📋 copy color: '#D80F83'

red 216 ◦ green 15 ◦ blue 131

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

Shades of Medium Violet Red #D80F83

Tints of Medium Violet Red #D80F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 59.67%
G = 4.14%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D80F83 (or 0xD80F83) is known color: Medium Violet Red. HEX triplet: D8, 0F and 83. RGB value is (216,15,131). Sum of RGB (Red+Green+Blue) = 216+15+131=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F83 is #27F07C. Grayscale: #585858. Windows color (decimal): -2617469 or 8589272. OLE color: 8589272.

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

Color convert

RGB 216 15 131 -
CMYK 0 0.93 0.39 0.15
HSL 325.37º 0.87% 0.45% -
HSV(B) 325.37º 0.93% 0.85% -
XYZ 32.59 16.58 22.96 -
YUV 88.32 152.09 219.07 -
System Red Green Blue C M Y K H S L
Decimal 216 15 131 0 0.93 0.39 0.15 325.37 0.87 0.45
Hex D8 F 83 0 5D 27 F 145 57 2D
Octal 330 17 203 0 135 47 17 505 127 55
Binary 11011000 1111 10000011 0 1011101 100111 1111 101000101 1010111 101101

Color Harmonies of #D80F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F83

Black with #D80F83

Text Example


Text Example

White with #D80F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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