Html Css Color HEX #D80378 Medium Violet Red

📋 copy color: '#D80378'

red 216 ◦ green 3 ◦ blue 120

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

Shades of Medium Violet Red #D80378

Tints of Medium Violet Red #D80378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.4%

R = 63.72%
G = 0.88%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D80378 (or 0xD80378) is known color: Medium Violet Red. HEX triplet: D8, 03 and 78. RGB value is (216,3,120). Sum of RGB (Red+Green+Blue) = 216+3+120=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D80378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80378 is #27FC87. Grayscale: #4F4F4F. Windows color (decimal): -2620552 or 7865304. OLE color: 7865304.

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

Color convert

RGB 216 3 120 -
CMYK 0 0.99 0.44 0.15
HSL 327.04º 0.97% 0.43% -
HSV(B) 327.04º 0.99% 0.85% -
XYZ 31.74 16.02 19.19 -
YUV 80.03 150.57 224.99 -
System Red Green Blue C M Y K H S L
Decimal 216 3 120 0 0.99 0.44 0.15 327.04 0.97 0.43
Hex D8 3 78 0 63 2C F 147 61 2B
Octal 330 3 170 0 143 54 17 507 141 53
Binary 11011000 11 1111000 0 1100011 101100 1111 101000111 1100001 101011

Color Harmonies of #D80378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80378

Black with #D80378

Text Example


Text Example

White with #D80378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80378; }

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

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

background-color css

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

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

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

border-color css

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

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

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