Html Css Color HEX #DC168A Medium Violet Red

📋 copy color: '#DC168A'

red 220 ◦ green 22 ◦ blue 138

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

Shades of Medium Violet Red #DC168A

Tints of Medium Violet Red #DC168A

RGB

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

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

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

R = 57.89%
G = 5.79%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC168A (or 0xDC168A) is known color: Medium Violet Red. HEX triplet: DC, 16 and 8A. RGB value is (220,22,138). Sum of RGB (Red+Green+Blue) = 220+22+138=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC168A is #23E975. Grayscale: #5E5E5E. Windows color (decimal): -2353526 or 9049820. OLE color: 9049820.

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

Color convert

RGB 220 22 138 -
CMYK 0 0.9 0.37 0.14
HSL 324.85º 0.82% 0.47% -
HSV(B) 324.85º 0.9% 0.86% -
XYZ 34.39 17.62 25.63 -
YUV 94.43 152.6 217.57 -
System Red Green Blue C M Y K H S L
Decimal 220 22 138 0 0.9 0.37 0.14 324.85 0.82 0.47
Hex DC 16 8A 0 5A 25 E 145 52 2F
Octal 334 26 212 0 132 45 16 505 122 57
Binary 11011100 10110 10001010 0 1011010 100101 1110 101000101 1010010 101111

Color Harmonies of #DC168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC168A

Black with #DC168A

Text Example


Text Example

White with #DC168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC168A; }

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

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

background-color css

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

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

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

border-color css

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

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

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