Html Css Color HEX #DC147D Medium Violet Red

📋 copy color: '#DC147D'

red 220 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #DC147D

Tints of Medium Violet Red #DC147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 60.27%
G = 5.48%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC147D (or 0xDC147D) is known color: Medium Violet Red. HEX triplet: DC, 14 and 7D. RGB value is (220,20,125). Sum of RGB (Red+Green+Blue) = 220+20+125=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC147D is #23EB82. Grayscale: #5B5B5B. Windows color (decimal): -2354051 or 8197340. OLE color: 8197340.

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

Color convert

RGB 220 20 125 -
CMYK 0 0.91 0.43 0.14
HSL 328.5º 0.83% 0.47% -
HSV(B) 328.5º 0.91% 0.86% -
XYZ 33.47 17.2 20.96 -
YUV 91.77 146.76 219.46 -
System Red Green Blue C M Y K H S L
Decimal 220 20 125 0 0.91 0.43 0.14 328.5 0.83 0.47
Hex DC 14 7D 0 5B 2B E 148 53 2F
Octal 334 24 175 0 133 53 16 510 123 57
Binary 11011100 10100 1111101 0 1011011 101011 1110 101001000 1010011 101111

Color Harmonies of #DC147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC147D

Black with #DC147D

Text Example


Text Example

White with #DC147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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