Html Css Color HEX #D8187A Medium Violet Red

📋 copy color: '#D8187A'

red 216 ◦ green 24 ◦ blue 122

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

Shades of Medium Violet Red #D8187A

Tints of Medium Violet Red #D8187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.63%

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 59.67%
G = 6.63%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8187A (or 0xD8187A) is known color: Medium Violet Red. HEX triplet: D8, 18 and 7A. RGB value is (216,24,122). Sum of RGB (Red+Green+Blue) = 216+24+122=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8187A is #27E785. Grayscale: #5C5C5C. Windows color (decimal): -2615174 or 8001752. OLE color: 8001752.

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

Color convert

RGB 216 24 122 -
CMYK 0 0.89 0.44 0.15
HSL 329.38º 0.8% 0.47% -
HSV(B) 329.38º 0.89% 0.85% -
XYZ 32.16 16.66 19.93 -
YUV 92.58 144.61 216.03 -
System Red Green Blue C M Y K H S L
Decimal 216 24 122 0 0.89 0.44 0.15 329.38 0.8 0.47
Hex D8 18 7A 0 59 2C F 149 50 2F
Octal 330 30 172 0 131 54 17 511 120 57
Binary 11011000 11000 1111010 0 1011001 101100 1111 101001001 1010000 101111

Color Harmonies of #D8187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8187A

Black with #D8187A

Text Example


Text Example

White with #D8187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8187A; }

 p { color: rgb(216,24,122); }

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

background-color css

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

 a { background-color: rgb(216,24,122); }

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

border-color css

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

 span { border-color: rgb(216,24,122); }

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