Html Css Color HEX #D6088A Medium Violet Red

📋 copy color: '#D6088A'

red 214 ◦ green 8 ◦ blue 138

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

Shades of Medium Violet Red #D6088A

Tints of Medium Violet Red #D6088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 59.44%
G = 2.22%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6088A (or 0xD6088A) is known color: Medium Violet Red. HEX triplet: D6, 08 and 8A. RGB value is (214,8,138). Sum of RGB (Red+Green+Blue) = 214+8+138=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6088A is #29F775. Grayscale: #545454. Windows color (decimal): -2750326 or 9046230. OLE color: 9046230.

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

Color convert

RGB 214 8 138 -
CMYK 0 0.96 0.36 0.16
HSL 322.14º 0.93% 0.44% -
HSV(B) 322.14º 0.96% 0.84% -
XYZ 32.41 16.3 25.48 -
YUV 84.41 158.25 220.43 -
System Red Green Blue C M Y K H S L
Decimal 214 8 138 0 0.96 0.36 0.16 322.14 0.93 0.44
Hex D6 8 8A 0 60 24 10 142 5D 2C
Octal 326 10 212 0 140 44 20 502 135 54
Binary 11010110 1000 10001010 0 1100000 100100 10000 101000010 1011101 101100

Color Harmonies of #D6088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6088A

Black with #D6088A

Text Example


Text Example

White with #D6088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6088A; }

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

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

background-color css

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

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

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

border-color css

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

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

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