Html Css Color HEX #D6088B Medium Violet Red

📋 copy color: '#D6088B'

red 214 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #D6088B

Tints of Medium Violet Red #D6088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 59.28%
G = 2.22%
B = 38.5%

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

#D6088B (or 0xD6088B) is known color: Medium Violet Red. HEX triplet: D6, 08 and 8B. RGB value is (214,8,139). Sum of RGB (Red+Green+Blue) = 214+8+139=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6088B is #29F774. Grayscale: #545454. Windows color (decimal): -2750325 or 9111766. OLE color: 9111766.

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

Color convert

RGB 214 8 139 -
CMYK 0 0.96 0.35 0.16
HSL 321.84º 0.93% 0.44% -
HSV(B) 321.84º 0.96% 0.84% -
XYZ 32.48 16.33 25.87 -
YUV 84.53 158.75 220.35 -
System Red Green Blue C M Y K H S L
Decimal 214 8 139 0 0.96 0.35 0.16 321.84 0.93 0.44
Hex D6 8 8B 0 60 23 10 142 5D 2C
Octal 326 10 213 0 140 43 20 502 135 54
Binary 11010110 1000 10001011 0 1100000 100011 10000 101000010 1011101 101100

Color Harmonies of #D6088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6088B

Black with #D6088B

Text Example


Text Example

White with #D6088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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