Html Css Color HEX #D6088F Medium Violet Red

📋 copy color: '#D6088F'

red 214 ◦ green 8 ◦ blue 143

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

Shades of Medium Violet Red #D6088F

Tints of Medium Violet Red #D6088F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.18%

R = 58.63%
G = 2.19%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6088F (or 0xD6088F) is known color: Medium Violet Red. HEX triplet: D6, 08 and 8F. RGB value is (214,8,143). Sum of RGB (Red+Green+Blue) = 214+8+143=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D6088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6088F is #29F770. Grayscale: #545454. Windows color (decimal): -2750321 or 9373910. OLE color: 9373910.

HSL color Cylindrical-coordinate representation of color #D6088F: hue angle of 320.68º 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 #D6088F is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 143 -
CMYK 0 0.96 0.33 0.16
HSL 320.68º 0.93% 0.44% -
HSV(B) 320.68º 0.96% 0.84% -
XYZ 32.78 16.45 27.43 -
YUV 84.98 160.75 220.02 -
System Red Green Blue C M Y K H S L
Decimal 214 8 143 0 0.96 0.33 0.16 320.68 0.93 0.44
Hex D6 8 8F 0 60 21 10 141 5D 2C
Octal 326 10 217 0 140 41 20 501 135 54
Binary 11010110 1000 10001111 0 1100000 100001 10000 101000001 1011101 101100

Color Harmonies of #D6088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6088F

Black with #D6088F

Text Example


Text Example

White with #D6088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6088F; }

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

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

background-color css

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

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

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

border-color css

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

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

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