Html Css Color HEX #DC168D Medium Violet Red

📋 copy color: '#DC168D'

red 220 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #DC168D

Tints of Medium Violet Red #DC168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.74%

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

R = 57.44%
G = 5.74%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC168D (or 0xDC168D) is known color: Medium Violet Red. HEX triplet: DC, 16 and 8D. RGB value is (220,22,141). Sum of RGB (Red+Green+Blue) = 220+22+141=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC168D is #23E972. Grayscale: #5E5E5E. Windows color (decimal): -2353523 or 9246428. OLE color: 9246428.

HSL color Cylindrical-coordinate representation of color #DC168D: hue angle of 323.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC168D is Cyan = 0, Magento = 0.9, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 141 -
CMYK 0 0.9 0.36 0.14
HSL 323.94º 0.82% 0.47% -
HSV(B) 323.94º 0.9% 0.86% -
XYZ 34.61 17.71 26.79 -
YUV 94.77 154.1 217.32 -
System Red Green Blue C M Y K H S L
Decimal 220 22 141 0 0.9 0.36 0.14 323.94 0.82 0.47
Hex DC 16 8D 0 5A 24 E 144 52 2F
Octal 334 26 215 0 132 44 16 504 122 57
Binary 11011100 10110 10001101 0 1011010 100100 1110 101000100 1010010 101111

Color Harmonies of #DC168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC168D

Black with #DC168D

Text Example


Text Example

White with #DC168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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