Html Css Color HEX #D81493 Medium Violet Red

📋 copy color: '#D81493'

red 216 ◦ green 20 ◦ blue 147

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

Shades of Medium Violet Red #D81493

Tints of Medium Violet Red #D81493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.22%

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

R = 56.4%
G = 5.22%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D81493 (or 0xD81493) is known color: Medium Violet Red. HEX triplet: D8, 14 and 93. RGB value is (216,20,147). Sum of RGB (Red+Green+Blue) = 216+20+147=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D81493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81493 is #27EB6C. Grayscale: #5C5C5C. Windows color (decimal): -2616173 or 9639128. OLE color: 9639128.

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

Color convert

RGB 216 20 147 -
CMYK 0 0.91 0.32 0.15
HSL 321.12º 0.83% 0.46% -
HSV(B) 321.12º 0.91% 0.85% -
XYZ 33.84 17.21 29.14 -
YUV 93.08 158.43 215.67 -
System Red Green Blue C M Y K H S L
Decimal 216 20 147 0 0.91 0.32 0.15 321.12 0.83 0.46
Hex D8 14 93 0 5B 20 F 141 53 2E
Octal 330 24 223 0 133 40 17 501 123 56
Binary 11011000 10100 10010011 0 1011011 100000 1111 101000001 1010011 101110

Color Harmonies of #D81493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81493

Black with #D81493

Text Example


Text Example

White with #D81493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81493; }

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

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

background-color css

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

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

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

border-color css

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

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

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