Html Css Color HEX #D0147C Medium Violet Red

📋 copy color: '#D0147C'

red 208 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #D0147C

Tints of Medium Violet Red #D0147C

RGB

 RED value IS 208 (81.64% from 255) = 59.09%

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

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 59.09%
G = 5.68%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0147C (or 0xD0147C) is known color: Medium Violet Red. HEX triplet: D0, 14 and 7C. RGB value is (208,20,124). Sum of RGB (Red+Green+Blue) = 208+20+124=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0147C is #2FEB83. Grayscale: #575757. Windows color (decimal): -3140484 or 8131792. OLE color: 8131792.

HSL color Cylindrical-coordinate representation of color #D0147C: hue angle of 326.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0147C is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 124 -
CMYK 0 0.90 0.40 0.18
HSL 326.81º 0.82% 0.45% -
HSV(B) 326.81º 0.9% 0.82% -
XYZ 29.9 15.37 20.46 -
YUV 88.07 148.28 213.54 -
System Red Green Blue C M Y K H S L
Decimal 208 20 124 0 0.90 0.40 0.18 326.81 0.82 0.45
Hex D0 14 7C 0 5A 28 12 147 52 2D
Octal 320 24 174 0 132 50 22 507 122 55
Binary 11010000 10100 1111100 0 1011010 101000 10010 101000111 1010010 101101

Color Harmonies of #D0147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0147C

Black with #D0147C

Text Example


Text Example

White with #D0147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0147C; }

 p { color: rgb(208,20,124); }

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

background-color css

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

 a { background-color: rgb(208,20,124); }

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

border-color css

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

 span { border-color: rgb(208,20,124); }

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