Html Css Color HEX #D0128D Medium Violet Red

📋 copy color: '#D0128D'

red 208 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #D0128D

Tints of Medium Violet Red #D0128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.9%

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

R = 56.68%
G = 4.9%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0128D (or 0xD0128D) is known color: Medium Violet Red. HEX triplet: D0, 12 and 8D. RGB value is (208,18,141). Sum of RGB (Red+Green+Blue) = 208+18+141=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0128D is #2FED72. Grayscale: #585858. Windows color (decimal): -3140979 or 9245392. OLE color: 9245392.

HSL color Cylindrical-coordinate representation of color #D0128D: hue angle of 321.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0128D is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 141 -
CMYK 0 0.91 0.32 0.18
HSL 321.16º 0.84% 0.44% -
HSV(B) 321.16º 0.91% 0.82% -
XYZ 31.04 15.77 26.61 -
YUV 88.83 157.45 213 -
System Red Green Blue C M Y K H S L
Decimal 208 18 141 0 0.91 0.32 0.18 321.16 0.84 0.44
Hex D0 12 8D 0 5B 20 12 141 54 2C
Octal 320 22 215 0 133 40 22 501 124 54
Binary 11010000 10010 10001101 0 1011011 100000 10010 101000001 1010100 101100

Color Harmonies of #D0128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0128D

Black with #D0128D

Text Example


Text Example

White with #D0128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0128D; }

 p { color: rgb(208,18,141); }

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

background-color css

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

 a { background-color: rgb(208,18,141); }

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

border-color css

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

 span { border-color: rgb(208,18,141); }

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