Html Css Color HEX #D81295 Medium Violet Red

📋 copy color: '#D81295'

red 216 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #D81295

Tints of Medium Violet Red #D81295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.9%

R = 56.4%
G = 4.7%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D81295 (or 0xD81295) is known color: Medium Violet Red. HEX triplet: D8, 12 and 95. RGB value is (216,18,149). Sum of RGB (Red+Green+Blue) = 216+18+149=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D81295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81295 is #27ED6A. Grayscale: #5B5B5B. Windows color (decimal): -2616683 or 9769688. OLE color: 9769688.

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

Color convert

RGB 216 18 149 -
CMYK 0 0.92 0.31 0.15
HSL 320.3º 0.85% 0.46% -
HSV(B) 320.3º 0.92% 0.85% -
XYZ 33.96 17.2 29.96 -
YUV 92.14 160.1 216.35 -
System Red Green Blue C M Y K H S L
Decimal 216 18 149 0 0.92 0.31 0.15 320.3 0.85 0.46
Hex D8 12 95 0 5C 1F F 140 55 2E
Octal 330 22 225 0 134 37 17 500 125 56
Binary 11011000 10010 10010101 0 1011100 11111 1111 101000000 1010101 101110

Color Harmonies of #D81295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81295

Black with #D81295

Text Example


Text Example

White with #D81295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81295; }

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

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

background-color css

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

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

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

border-color css

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

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

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