Html Css Color HEX #D80290 Medium Violet Red

📋 copy color: '#D80290'

red 216 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #D80290

Tints of Medium Violet Red #D80290

RGB

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

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

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

R = 59.67%
G = 0.55%
B = 39.78%

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

#D80290 (or 0xD80290) is known color: Medium Violet Red. HEX triplet: D8, 02 and 90. RGB value is (216,2,144). Sum of RGB (Red+Green+Blue) = 216+2+144=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D80290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80290 is #27FD6F. Grayscale: #515151. Windows color (decimal): -2620784 or 9437912. OLE color: 9437912.

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

Color convert

RGB 216 2 144 -
CMYK 0 0.99 0.33 0.15
HSL 320.19º 0.98% 0.43% -
HSV(B) 320.19º 0.99% 0.85% -
XYZ 33.37 16.66 27.84 -
YUV 82.17 162.9 223.45 -
System Red Green Blue C M Y K H S L
Decimal 216 2 144 0 0.99 0.33 0.15 320.19 0.98 0.43
Hex D8 2 90 0 63 21 F 140 62 2B
Octal 330 2 220 0 143 41 17 500 142 53
Binary 11011000 10 10010000 0 1100011 100001 1111 101000000 1100010 101011

Color Harmonies of #D80290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80290

Black with #D80290

Text Example


Text Example

White with #D80290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80290; }

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

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

background-color css

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

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

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

border-color css

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

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

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