Html Css Color HEX #D80387 Medium Violet Red

📋 copy color: '#D80387'

red 216 ◦ green 3 ◦ blue 135

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

Shades of Medium Violet Red #D80387

Tints of Medium Violet Red #D80387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 135 (53.13% from 255) = 38.14%

R = 61.02%
G = 0.85%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D80387 (or 0xD80387) is known color: Medium Violet Red. HEX triplet: D8, 03 and 87. RGB value is (216,3,135). Sum of RGB (Red+Green+Blue) = 216+3+135=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D80387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80387 is #27FC78. Grayscale: #515151. Windows color (decimal): -2620537 or 8848344. OLE color: 8848344.

HSL color Cylindrical-coordinate representation of color #D80387: hue angle of 322.82º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80387 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 3 135 -
CMYK 0 0.99 0.38 0.15
HSL 322.82º 0.97% 0.43% -
HSV(B) 322.82º 0.99% 0.85% -
XYZ 32.72 16.41 24.36 -
YUV 81.74 158.07 223.77 -
System Red Green Blue C M Y K H S L
Decimal 216 3 135 0 0.99 0.38 0.15 322.82 0.97 0.43
Hex D8 3 87 0 63 26 F 143 61 2B
Octal 330 3 207 0 143 46 17 503 141 53
Binary 11011000 11 10000111 0 1100011 100110 1111 101000011 1100001 101011

Color Harmonies of #D80387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80387

Black with #D80387

Text Example


Text Example

White with #D80387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80387; }

 p { color: rgb(216,3,135); }

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

background-color css

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

 a { background-color: rgb(216,3,135); }

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

border-color css

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

 span { border-color: rgb(216,3,135); }

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