Html Css Color HEX #DC088A Medium Violet Red

📋 copy color: '#DC088A'

red 220 ◦ green 8 ◦ blue 138

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

Shades of Medium Violet Red #DC088A

Tints of Medium Violet Red #DC088A

RGB

 RED value IS 220 (86.33% from 255) = 60.11%

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

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

R = 60.11%
G = 2.19%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC088A (or 0xDC088A) is known color: Medium Violet Red. HEX triplet: DC, 08 and 8A. RGB value is (220,8,138). Sum of RGB (Red+Green+Blue) = 220+8+138=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC088A is #23F775. Grayscale: #555555. Windows color (decimal): -2357110 or 9046236. OLE color: 9046236.

HSL color Cylindrical-coordinate representation of color #DC088A: hue angle of 323.21º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC088A is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 138 -
CMYK 0 0.96 0.37 0.14
HSL 323.21º 0.93% 0.45% -
HSV(B) 323.21º 0.96% 0.86% -
XYZ 34.19 17.22 25.57 -
YUV 86.21 157.24 223.43 -
System Red Green Blue C M Y K H S L
Decimal 220 8 138 0 0.96 0.37 0.14 323.21 0.93 0.45
Hex DC 8 8A 0 60 25 E 143 5D 2D
Octal 334 10 212 0 140 45 16 503 135 55
Binary 11011100 1000 10001010 0 1100000 100101 1110 101000011 1011101 101101

Color Harmonies of #DC088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC088A

Black with #DC088A

Text Example


Text Example

White with #DC088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC088A; }

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

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

background-color css

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

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

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

border-color css

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

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

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