Html Css Color HEX #D1028C Medium Violet Red

📋 copy color: '#D1028C'

red 209 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #D1028C

Tints of Medium Violet Red #D1028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 59.54%
G = 0.57%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1028C (or 0xD1028C) is known color: Medium Violet Red. HEX triplet: D1, 02 and 8C. RGB value is (209,2,140). Sum of RGB (Red+Green+Blue) = 209+2+140=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1028C is #2EFD73. Grayscale: #4F4F4F. Windows color (decimal): -3079540 or 9175761. OLE color: 9175761.

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

Color convert

RGB 209 2 140 -
CMYK 0 0.99 0.33 0.18
HSL 320º 0.98% 0.41% -
HSV(B) 320º 0.99% 0.82% -
XYZ 31.05 15.49 26.16 -
YUV 79.63 162.08 220.28 -
System Red Green Blue C M Y K H S L
Decimal 209 2 140 0 0.99 0.33 0.18 320 0.98 0.41
Hex D1 2 8C 0 63 21 12 140 62 29
Octal 321 2 214 0 143 41 22 500 142 51
Binary 11010001 10 10001100 0 1100011 100001 10010 101000000 1100010 101001

Color Harmonies of #D1028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1028C

Black with #D1028C

Text Example


Text Example

White with #D1028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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