Html Css Color HEX #D81A7D Medium Violet Red

📋 copy color: '#D81A7D'

red 216 ◦ green 26 ◦ blue 125

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

Shades of Medium Violet Red #D81A7D

Tints of Medium Violet Red #D81A7D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.08%

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 58.86%
G = 7.08%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D81A7D (or 0xD81A7D) is known color: Medium Violet Red. HEX triplet: D8, 1A and 7D. RGB value is (216,26,125). Sum of RGB (Red+Green+Blue) = 216+26+125=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A7D is #27E582. Grayscale: #5D5D5D. Windows color (decimal): -2614659 or 8198872. OLE color: 8198872.

HSL color Cylindrical-coordinate representation of color #D81A7D: hue angle of 328.74º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A7D is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 26 125 -
CMYK 0 0.88 0.42 0.15
HSL 328.74º 0.79% 0.47% -
HSV(B) 328.74º 0.88% 0.85% -
XYZ 32.39 16.82 20.94 -
YUV 94.1 145.45 214.95 -
System Red Green Blue C M Y K H S L
Decimal 216 26 125 0 0.88 0.42 0.15 328.74 0.79 0.47
Hex D8 1A 7D 0 58 2A F 149 4F 2F
Octal 330 32 175 0 130 52 17 511 117 57
Binary 11011000 11010 1111101 0 1011000 101010 1111 101001001 1001111 101111

Color Harmonies of #D81A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A7D

Black with #D81A7D

Text Example


Text Example

White with #D81A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A7D; }

 p { color: rgb(216,26,125); }

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

background-color css

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

 a { background-color: rgb(216,26,125); }

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

border-color css

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

 span { border-color: rgb(216,26,125); }

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