Html Css Color HEX #D81290 Medium Violet Red

📋 copy color: '#D81290'

red 216 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #D81290

Tints of Medium Violet Red #D81290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.76%

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

R = 57.14%
G = 4.76%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D81290 (or 0xD81290) is known color: Medium Violet Red. HEX triplet: D8, 12 and 90. RGB value is (216,18,144). Sum of RGB (Red+Green+Blue) = 216+18+144=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D81290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81290 is #27ED6F. Grayscale: #5B5B5B. Windows color (decimal): -2616688 or 9442008. OLE color: 9442008.

HSL color Cylindrical-coordinate representation of color #D81290: hue angle of 321.82º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81290 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 18 144 -
CMYK 0 0.92 0.33 0.15
HSL 321.82º 0.85% 0.46% -
HSV(B) 321.82º 0.92% 0.85% -
XYZ 33.57 17.05 27.91 -
YUV 91.57 157.6 216.75 -
System Red Green Blue C M Y K H S L
Decimal 216 18 144 0 0.92 0.33 0.15 321.82 0.85 0.46
Hex D8 12 90 0 5C 21 F 142 55 2E
Octal 330 22 220 0 134 41 17 502 125 56
Binary 11011000 10010 10010000 0 1011100 100001 1111 101000010 1010101 101110

Color Harmonies of #D81290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81290

Black with #D81290

Text Example


Text Example

White with #D81290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81290; }

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

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

background-color css

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

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

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

border-color css

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

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

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