Html Css Color HEX #D80283 Medium Violet Red

📋 copy color: '#D80283'

red 216 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #D80283

Tints of Medium Violet Red #D80283

RGB

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

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

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

R = 61.89%
G = 0.57%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D80283 (or 0xD80283) is known color: Medium Violet Red. HEX triplet: D8, 02 and 83. RGB value is (216,2,131). Sum of RGB (Red+Green+Blue) = 216+2+131=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D80283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80283 is #27FD7C. Grayscale: #505050. Windows color (decimal): -2620797 or 8585944. OLE color: 8585944.

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

Color convert

RGB 216 2 131 -
CMYK 0 0.99 0.39 0.15
HSL 323.83º 0.98% 0.43% -
HSV(B) 323.83º 0.99% 0.85% -
XYZ 32.44 16.28 22.91 -
YUV 80.69 156.4 224.51 -
System Red Green Blue C M Y K H S L
Decimal 216 2 131 0 0.99 0.39 0.15 323.83 0.98 0.43
Hex D8 2 83 0 63 27 F 144 62 2B
Octal 330 2 203 0 143 47 17 504 142 53
Binary 11011000 10 10000011 0 1100011 100111 1111 101000100 1100010 101011

Color Harmonies of #D80283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80283

Black with #D80283

Text Example


Text Example

White with #D80283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80283; }

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

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

background-color css

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

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

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

border-color css

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

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

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