Html Css Color HEX #DC088D Medium Violet Red

📋 copy color: '#DC088D'

red 220 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #DC088D

Tints of Medium Violet Red #DC088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 59.62%
G = 2.17%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC088D (or 0xDC088D) is known color: Medium Violet Red. HEX triplet: DC, 08 and 8D. RGB value is (220,8,141). Sum of RGB (Red+Green+Blue) = 220+8+141=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC088D is #23F772. Grayscale: #565656. Windows color (decimal): -2357107 or 9242844. OLE color: 9242844.

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

Color convert

RGB 220 8 141 -
CMYK 0 0.96 0.36 0.14
HSL 322.36º 0.93% 0.45% -
HSV(B) 322.36º 0.96% 0.86% -
XYZ 34.41 17.31 26.73 -
YUV 86.55 158.74 223.19 -
System Red Green Blue C M Y K H S L
Decimal 220 8 141 0 0.96 0.36 0.14 322.36 0.93 0.45
Hex DC 8 8D 0 60 24 E 142 5D 2D
Octal 334 10 215 0 140 44 16 502 135 55
Binary 11011100 1000 10001101 0 1100000 100100 1110 101000010 1011101 101101

Color Harmonies of #DC088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC088D

Black with #DC088D

Text Example


Text Example

White with #DC088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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