Html Css Color HEX #D81593 Medium Violet Red

📋 copy color: '#D81593'

red 216 ◦ green 21 ◦ blue 147

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

Shades of Medium Violet Red #D81593

Tints of Medium Violet Red #D81593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

 BLUE value IS 147 (57.81% from 255) = 38.28%

R = 56.25%
G = 5.47%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D81593 (or 0xD81593) is known color: Medium Violet Red. HEX triplet: D8, 15 and 93. RGB value is (216,21,147). Sum of RGB (Red+Green+Blue) = 216+21+147=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D81593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81593 is #27EA6C. Grayscale: #5D5D5D. Windows color (decimal): -2615917 or 9639384. OLE color: 9639384.

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

Color convert

RGB 216 21 147 -
CMYK 0 0.90 0.32 0.15
HSL 321.23º 0.82% 0.46% -
HSV(B) 321.23º 0.9% 0.85% -
XYZ 33.85 17.24 29.15 -
YUV 93.67 158.1 215.25 -
System Red Green Blue C M Y K H S L
Decimal 216 21 147 0 0.90 0.32 0.15 321.23 0.82 0.46
Hex D8 15 93 0 5A 20 F 141 52 2E
Octal 330 25 223 0 132 40 17 501 122 56
Binary 11011000 10101 10010011 0 1011010 100000 1111 101000001 1010010 101110

Color Harmonies of #D81593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81593

Black with #D81593

Text Example


Text Example

White with #D81593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81593; }

 p { color: rgb(216,21,147); }

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

background-color css

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

 a { background-color: rgb(216,21,147); }

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

border-color css

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

 span { border-color: rgb(216,21,147); }

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