Html Css Color HEX #DC088B Medium Violet Red

📋 copy color: '#DC088B'

red 220 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #DC088B

Tints of Medium Violet Red #DC088B

RGB

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

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

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

R = 59.95%
G = 2.18%
B = 37.87%

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

#DC088B (or 0xDC088B) is known color: Medium Violet Red. HEX triplet: DC, 08 and 8B. RGB value is (220,8,139). Sum of RGB (Red+Green+Blue) = 220+8+139=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC088B is #23F774. Grayscale: #565656. Windows color (decimal): -2357109 or 9111772. OLE color: 9111772.

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

Color convert

RGB 220 8 139 -
CMYK 0 0.96 0.37 0.14
HSL 322.92º 0.93% 0.45% -
HSV(B) 322.92º 0.96% 0.86% -
XYZ 34.26 17.25 25.95 -
YUV 86.32 157.74 223.35 -
System Red Green Blue C M Y K H S L
Decimal 220 8 139 0 0.96 0.37 0.14 322.92 0.93 0.45
Hex DC 8 8B 0 60 25 E 143 5D 2D
Octal 334 10 213 0 140 45 16 503 135 55
Binary 11011100 1000 10001011 0 1100000 100101 1110 101000011 1011101 101101

Color Harmonies of #DC088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC088B

Black with #DC088B

Text Example


Text Example

White with #DC088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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