Html Css Color HEX #D80383 Medium Violet Red

📋 copy color: '#D80383'

red 216 ◦ green 3 ◦ blue 131

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

Shades of Medium Violet Red #D80383

Tints of Medium Violet Red #D80383

RGB

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

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

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

R = 61.71%
G = 0.86%
B = 37.43%

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

#D80383 (or 0xD80383) is known color: Medium Violet Red. HEX triplet: D8, 03 and 83. RGB value is (216,3,131). Sum of RGB (Red+Green+Blue) = 216+3+131=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D80383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80383 is #27FC7C. Grayscale: #505050. Windows color (decimal): -2620541 or 8586200. OLE color: 8586200.

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

Color convert

RGB 216 3 131 -
CMYK 0 0.99 0.39 0.15
HSL 323.94º 0.97% 0.43% -
HSV(B) 323.94º 0.99% 0.85% -
XYZ 32.45 16.3 22.91 -
YUV 81.28 156.07 224.09 -
System Red Green Blue C M Y K H S L
Decimal 216 3 131 0 0.99 0.39 0.15 323.94 0.97 0.43
Hex D8 3 83 0 63 27 F 144 61 2B
Octal 330 3 203 0 143 47 17 504 141 53
Binary 11011000 11 10000011 0 1100011 100111 1111 101000100 1100001 101011

Color Harmonies of #D80383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80383

Black with #D80383

Text Example


Text Example

White with #D80383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80383; }

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

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

background-color css

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

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

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

border-color css

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

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

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