Html Css Color HEX #DC148B Medium Violet Red

📋 copy color: '#DC148B'

red 220 ◦ green 20 ◦ blue 139

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

Shades of Medium Violet Red #DC148B

Tints of Medium Violet Red #DC148B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 58.05%
G = 5.28%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC148B (or 0xDC148B) is known color: Medium Violet Red. HEX triplet: DC, 14 and 8B. RGB value is (220,20,139). Sum of RGB (Red+Green+Blue) = 220+20+139=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC148B is #23EB74. Grayscale: #5D5D5D. Windows color (decimal): -2354037 or 9114844. OLE color: 9114844.

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

Color convert

RGB 220 20 139 -
CMYK 0 0.91 0.37 0.14
HSL 324.3º 0.83% 0.47% -
HSV(B) 324.3º 0.91% 0.86% -
XYZ 34.43 17.58 26 -
YUV 93.37 153.76 218.32 -
System Red Green Blue C M Y K H S L
Decimal 220 20 139 0 0.91 0.37 0.14 324.3 0.83 0.47
Hex DC 14 8B 0 5B 25 E 144 53 2F
Octal 334 24 213 0 133 45 16 504 123 57
Binary 11011100 10100 10001011 0 1011011 100101 1110 101000100 1010011 101111

Color Harmonies of #DC148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC148B

Black with #DC148B

Text Example


Text Example

White with #DC148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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