Html Css Color HEX #D81088 Medium Violet Red

📋 copy color: '#D81088'

red 216 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #D81088

Tints of Medium Violet Red #D81088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.35%

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

R = 58.7%
G = 4.35%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D81088 (or 0xD81088) is known color: Medium Violet Red. HEX triplet: D8, 10 and 88. RGB value is (216,16,136). Sum of RGB (Red+Green+Blue) = 216+16+136=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D81088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81088 is #27EF77. Grayscale: #595959. Windows color (decimal): -2617208 or 8917208. OLE color: 8917208.

HSL color Cylindrical-coordinate representation of color #D81088: hue angle of 324º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81088 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 16 136 -
CMYK 0 0.93 0.37 0.15
HSL 324º 0.86% 0.45% -
HSV(B) 324º 0.93% 0.85% -
XYZ 32.95 16.75 24.79 -
YUV 89.48 154.26 218.24 -
System Red Green Blue C M Y K H S L
Decimal 216 16 136 0 0.93 0.37 0.15 324 0.86 0.45
Hex D8 10 88 0 5D 25 F 144 56 2D
Octal 330 20 210 0 135 45 17 504 126 55
Binary 11011000 10000 10001000 0 1011101 100101 1111 101000100 1010110 101101

Color Harmonies of #D81088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81088

Black with #D81088

Text Example


Text Example

White with #D81088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81088; }

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

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

background-color css

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

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

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

border-color css

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

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

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