Html Css Color HEX #D80390 Medium Violet Red

📋 copy color: '#D80390'

red 216 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #D80390

Tints of Medium Violet Red #D80390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 59.5%
G = 0.83%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D80390 (or 0xD80390) is known color: Medium Violet Red. HEX triplet: D8, 03 and 90. RGB value is (216,3,144). Sum of RGB (Red+Green+Blue) = 216+3+144=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D80390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80390 is #27FC6F. Grayscale: #525252. Windows color (decimal): -2620528 or 9438168. OLE color: 9438168.

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

Color convert

RGB 216 3 144 -
CMYK 0 0.99 0.33 0.15
HSL 320.28º 0.97% 0.43% -
HSV(B) 320.28º 0.99% 0.85% -
XYZ 33.39 16.68 27.85 -
YUV 82.76 162.57 223.04 -
System Red Green Blue C M Y K H S L
Decimal 216 3 144 0 0.99 0.33 0.15 320.28 0.97 0.43
Hex D8 3 90 0 63 21 F 140 61 2B
Octal 330 3 220 0 143 41 17 500 141 53
Binary 11011000 11 10010000 0 1100011 100001 1111 101000000 1100001 101011

Color Harmonies of #D80390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80390

Black with #D80390

Text Example


Text Example

White with #D80390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80390; }

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

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

background-color css

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

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

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

border-color css

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

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

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