Html Css Color HEX #D6088C Medium Violet Red

📋 copy color: '#D6088C'

red 214 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #D6088C

Tints of Medium Violet Red #D6088C

RGB

 RED value IS 214 (83.98% from 255) = 59.12%

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

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

R = 59.12%
G = 2.21%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6088C (or 0xD6088C) is known color: Medium Violet Red. HEX triplet: D6, 08 and 8C. RGB value is (214,8,140). Sum of RGB (Red+Green+Blue) = 214+8+140=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6088C is #29F773. Grayscale: #545454. Windows color (decimal): -2750324 or 9177302. OLE color: 9177302.

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

Color convert

RGB 214 8 140 -
CMYK 0 0.96 0.35 0.16
HSL 321.55º 0.93% 0.44% -
HSV(B) 321.55º 0.96% 0.84% -
XYZ 32.55 16.36 26.25 -
YUV 84.64 159.25 220.27 -
System Red Green Blue C M Y K H S L
Decimal 214 8 140 0 0.96 0.35 0.16 321.55 0.93 0.44
Hex D6 8 8C 0 60 23 10 142 5D 2C
Octal 326 10 214 0 140 43 20 502 135 54
Binary 11010110 1000 10001100 0 1100000 100011 10000 101000010 1011101 101100

Color Harmonies of #D6088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6088C

Black with #D6088C

Text Example


Text Example

White with #D6088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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