Html Css Color HEX #D81388 Medium Violet Red

📋 copy color: '#D81388'

red 216 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #D81388

Tints of Medium Violet Red #D81388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

 BLUE value IS 136 (53.52% from 255) = 36.66%

R = 58.22%
G = 5.12%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D81388 (or 0xD81388) is known color: Medium Violet Red. HEX triplet: D8, 13 and 88. RGB value is (216,19,136). Sum of RGB (Red+Green+Blue) = 216+19+136=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D81388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81388 is #27EC77. Grayscale: #5A5A5A. Windows color (decimal): -2616440 or 8917976. OLE color: 8917976.

HSL color Cylindrical-coordinate representation of color #D81388: hue angle of 324.37º degrees, saturation: 0.84, 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 #D81388 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 136 -
CMYK 0 0.91 0.37 0.15
HSL 324.37º 0.84% 0.46% -
HSV(B) 324.37º 0.91% 0.85% -
XYZ 33 16.84 24.8 -
YUV 91.24 153.27 216.99 -
System Red Green Blue C M Y K H S L
Decimal 216 19 136 0 0.91 0.37 0.15 324.37 0.84 0.46
Hex D8 13 88 0 5B 25 F 144 54 2E
Octal 330 23 210 0 133 45 17 504 124 56
Binary 11011000 10011 10001000 0 1011011 100101 1111 101000100 1010100 101110

Color Harmonies of #D81388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81388

Black with #D81388

Text Example


Text Example

White with #D81388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81388; }

 p { color: rgb(216,19,136); }

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

background-color css

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

 a { background-color: rgb(216,19,136); }

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

border-color css

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

 span { border-color: rgb(216,19,136); }

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