Html Css Color HEX #D80287 Medium Violet Red

📋 copy color: '#D80287'

red 216 ◦ green 2 ◦ blue 135

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

Shades of Medium Violet Red #D80287

Tints of Medium Violet Red #D80287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 61.19%
G = 0.57%
B = 38.24%

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

#D80287 (or 0xD80287) is known color: Medium Violet Red. HEX triplet: D8, 02 and 87. RGB value is (216,2,135). Sum of RGB (Red+Green+Blue) = 216+2+135=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D80287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80287 is #27FD78. Grayscale: #505050. Windows color (decimal): -2620793 or 8848088. OLE color: 8848088.

HSL color Cylindrical-coordinate representation of color #D80287: hue angle of 322.71º degrees, saturation: 0.98, 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 #D80287 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 2 135 -
CMYK 0 0.99 0.38 0.15
HSL 322.71º 0.98% 0.43% -
HSV(B) 322.71º 0.99% 0.85% -
XYZ 32.71 16.39 24.36 -
YUV 81.15 158.4 224.19 -
System Red Green Blue C M Y K H S L
Decimal 216 2 135 0 0.99 0.38 0.15 322.71 0.98 0.43
Hex D8 2 87 0 63 26 F 143 62 2B
Octal 330 2 207 0 143 46 17 503 142 53
Binary 11011000 10 10000111 0 1100011 100110 1111 101000011 1100010 101011

Color Harmonies of #D80287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80287

Black with #D80287

Text Example


Text Example

White with #D80287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80287; }

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

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

background-color css

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

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

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

border-color css

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

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

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