Html Css Color HEX #D81D98 Medium Violet Red

📋 copy color: '#D81D98'

red 216 ◦ green 29 ◦ blue 152

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

Shades of Medium Violet Red #D81D98

Tints of Medium Violet Red #D81D98

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.3%

 BLUE value IS 152 (59.77% from 255) = 38.29%

R = 54.41%
G = 7.3%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D81D98 (or 0xD81D98) is known color: Medium Violet Red. HEX triplet: D8, 1D and 98. RGB value is (216,29,152). Sum of RGB (Red+Green+Blue) = 216+29+152=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81D98 is #27E267. Grayscale: #626262. Windows color (decimal): -2613864 or 9969112. OLE color: 9969112.

HSL color Cylindrical-coordinate representation of color #D81D98: hue angle of 320.53º degrees, saturation: 0.76, 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 #D81D98 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 29 152 -
CMYK 0 0.87 0.30 0.15
HSL 320.53º 0.76% 0.48% -
HSV(B) 320.53º 0.87% 0.85% -
XYZ 34.43 17.74 31.32 -
YUV 98.94 157.95 211.5 -
System Red Green Blue C M Y K H S L
Decimal 216 29 152 0 0.87 0.30 0.15 320.53 0.76 0.48
Hex D8 1D 98 0 57 1E F 141 4C 30
Octal 330 35 230 0 127 36 17 501 114 60
Binary 11011000 11101 10011000 0 1010111 11110 1111 101000001 1001100 110000

Color Harmonies of #D81D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D98

Black with #D81D98

Text Example


Text Example

White with #D81D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D98; }

 p { color: rgb(216,29,152); }

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

background-color css

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

 a { background-color: rgb(216,29,152); }

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

border-color css

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

 span { border-color: rgb(216,29,152); }

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