Html Css Color HEX #D9088C Medium Violet Red

📋 copy color: '#D9088C'

red 217 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #D9088C

Tints of Medium Violet Red #D9088C

RGB

 RED value IS 217 (85.16% from 255) = 59.45%

 GREEN value IS 8 (3.52% from 255) = 2.19%

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 59.45%
G = 2.19%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9088C (or 0xD9088C) is known color: Medium Violet Red. HEX triplet: D9, 08 and 8C. RGB value is (217,8,140). Sum of RGB (Red+Green+Blue) = 217+8+140=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9088C is #26F773. Grayscale: #555555. Windows color (decimal): -2553716 or 9177305. OLE color: 9177305.

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

Color convert

RGB 217 8 140 -
CMYK 0 0.96 0.35 0.15
HSL 322.11º 0.93% 0.44% -
HSV(B) 322.11º 0.96% 0.85% -
XYZ 33.44 16.82 26.3 -
YUV 85.54 158.74 221.77 -
System Red Green Blue C M Y K H S L
Decimal 217 8 140 0 0.96 0.35 0.15 322.11 0.93 0.44
Hex D9 8 8C 0 60 23 F 142 5D 2C
Octal 331 10 214 0 140 43 17 502 135 54
Binary 11011001 1000 10001100 0 1100000 100011 1111 101000010 1011101 101100

Color Harmonies of #D9088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9088C

Black with #D9088C

Text Example


Text Example

White with #D9088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9088C; }

 p { color: rgb(217,8,140); }

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

background-color css

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

 a { background-color: rgb(217,8,140); }

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

border-color css

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

 span { border-color: rgb(217,8,140); }

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