Html Css Color HEX #D1028E Medium Violet Red

📋 copy color: '#D1028E'

red 209 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #D1028E

Tints of Medium Violet Red #D1028E

RGB

 RED value IS 209 (82.03% from 255) = 59.21%

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 142 (55.86% from 255) = 40.23%

R = 59.21%
G = 0.57%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1028E (or 0xD1028E) is known color: Medium Violet Red. HEX triplet: D1, 02 and 8E. RGB value is (209,2,142). Sum of RGB (Red+Green+Blue) = 209+2+142=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1028E is #2EFD71. Grayscale: #4F4F4F. Windows color (decimal): -3079538 or 9306833. OLE color: 9306833.

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

Color convert

RGB 209 2 142 -
CMYK 0 0.99 0.32 0.18
HSL 319.42º 0.98% 0.41% -
HSV(B) 319.42º 0.99% 0.82% -
XYZ 31.2 15.55 26.95 -
YUV 79.85 163.08 220.12 -
System Red Green Blue C M Y K H S L
Decimal 209 2 142 0 0.99 0.32 0.18 319.42 0.98 0.41
Hex D1 2 8E 0 63 20 12 13F 62 29
Octal 321 2 216 0 143 40 22 477 142 51
Binary 11010001 10 10001110 0 1100011 100000 10010 100111111 1100010 101001

Color Harmonies of #D1028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1028E

Black with #D1028E

Text Example


Text Example

White with #D1028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1028E; }

 p { color: rgb(209,2,142); }

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

background-color css

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

 a { background-color: rgb(209,2,142); }

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

border-color css

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

 span { border-color: rgb(209,2,142); }

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