Html Css Color HEX #DC148D Medium Violet Red

📋 copy color: '#DC148D'

red 220 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #DC148D

Tints of Medium Violet Red #DC148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.25%

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

R = 57.74%
G = 5.25%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC148D (or 0xDC148D) is known color: Medium Violet Red. HEX triplet: DC, 14 and 8D. RGB value is (220,20,141). Sum of RGB (Red+Green+Blue) = 220+20+141=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC148D is #23EB72. Grayscale: #5D5D5D. Windows color (decimal): -2354035 or 9245916. OLE color: 9245916.

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

Color convert

RGB 220 20 141 -
CMYK 0 0.91 0.36 0.14
HSL 323.7º 0.83% 0.47% -
HSV(B) 323.7º 0.91% 0.86% -
XYZ 34.57 17.64 26.78 -
YUV 93.59 154.76 218.16 -
System Red Green Blue C M Y K H S L
Decimal 220 20 141 0 0.91 0.36 0.14 323.7 0.83 0.47
Hex DC 14 8D 0 5B 24 E 144 53 2F
Octal 334 24 215 0 133 44 16 504 123 57
Binary 11011100 10100 10001101 0 1011011 100100 1110 101000100 1010011 101111

Color Harmonies of #DC148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC148D

Black with #DC148D

Text Example


Text Example

White with #DC148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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