Html Css Color HEX #D80F8B Medium Violet Red

📋 copy color: '#D80F8B'

red 216 ◦ green 15 ◦ blue 139

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

Shades of Medium Violet Red #D80F8B

Tints of Medium Violet Red #D80F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 58.38%
G = 4.05%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D80F8B (or 0xD80F8B) is known color: Medium Violet Red. HEX triplet: D8, 0F and 8B. RGB value is (216,15,139). Sum of RGB (Red+Green+Blue) = 216+15+139=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F8B is #27F074. Grayscale: #585858. Windows color (decimal): -2617461 or 9113560. OLE color: 9113560.

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

Color convert

RGB 216 15 139 -
CMYK 0 0.93 0.36 0.15
HSL 322.99º 0.87% 0.45% -
HSV(B) 322.99º 0.93% 0.85% -
XYZ 33.15 16.8 25.92 -
YUV 89.24 156.09 218.42 -
System Red Green Blue C M Y K H S L
Decimal 216 15 139 0 0.93 0.36 0.15 322.99 0.87 0.45
Hex D8 F 8B 0 5D 24 F 143 57 2D
Octal 330 17 213 0 135 44 17 503 127 55
Binary 11011000 1111 10001011 0 1011101 100100 1111 101000011 1010111 101101

Color Harmonies of #D80F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F8B

Black with #D80F8B

Text Example


Text Example

White with #D80F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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