Html Css Color HEX #D81C99 Medium Violet Red

📋 copy color: '#D81C99'

red 216 ◦ green 28 ◦ blue 153

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

Shades of Medium Violet Red #D81C99

Tints of Medium Violet Red #D81C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.05%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 54.41%
G = 7.05%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D81C99 (or 0xD81C99) is known color: Medium Violet Red. HEX triplet: D8, 1C and 99. RGB value is (216,28,153). Sum of RGB (Red+Green+Blue) = 216+28+153=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81C99 is #27E366. Grayscale: #626262. Windows color (decimal): -2614119 or 10034392. OLE color: 10034392.

HSL color Cylindrical-coordinate representation of color #D81C99: hue angle of 320.11º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81C99 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 28 153 -
CMYK 0 0.87 0.29 0.15
HSL 320.11º 0.77% 0.48% -
HSV(B) 320.11º 0.87% 0.85% -
XYZ 34.48 17.73 31.74 -
YUV 98.46 158.78 211.84 -
System Red Green Blue C M Y K H S L
Decimal 216 28 153 0 0.87 0.29 0.15 320.11 0.77 0.48
Hex D8 1C 99 0 57 1D F 140 4D 30
Octal 330 34 231 0 127 35 17 500 115 60
Binary 11011000 11100 10011001 0 1010111 11101 1111 101000000 1001101 110000

Color Harmonies of #D81C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81C99

Black with #D81C99

Text Example


Text Example

White with #D81C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81C99; }

 p { color: rgb(216,28,153); }

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

background-color css

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

 a { background-color: rgb(216,28,153); }

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

border-color css

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

 span { border-color: rgb(216,28,153); }

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