Html Css Color HEX #D0147D Medium Violet Red

📋 copy color: '#D0147D'

red 208 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #D0147D

Tints of Medium Violet Red #D0147D

RGB

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

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

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

R = 58.92%
G = 5.67%
B = 35.41%

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

#D0147D (or 0xD0147D) is known color: Medium Violet Red. HEX triplet: D0, 14 and 7D. RGB value is (208,20,125). Sum of RGB (Red+Green+Blue) = 208+20+125=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0147D is #2FEB82. Grayscale: #575757. Windows color (decimal): -3140483 or 8197328. OLE color: 8197328.

HSL color Cylindrical-coordinate representation of color #D0147D: hue angle of 326.49º 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 #D0147D is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 125 -
CMYK 0 0.90 0.40 0.18
HSL 326.49º 0.82% 0.45% -
HSV(B) 326.49º 0.9% 0.82% -
XYZ 29.96 15.39 20.79 -
YUV 88.18 148.78 213.46 -
System Red Green Blue C M Y K H S L
Decimal 208 20 125 0 0.90 0.40 0.18 326.49 0.82 0.45
Hex D0 14 7D 0 5A 28 12 146 52 2D
Octal 320 24 175 0 132 50 22 506 122 55
Binary 11010000 10100 1111101 0 1011010 101000 10010 101000110 1010010 101101

Color Harmonies of #D0147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0147D

Black with #D0147D

Text Example


Text Example

White with #D0147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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