Html Css Color HEX #D1029F Medium Violet Red

📋 copy color: '#D1029F'

red 209 ◦ green 2 ◦ blue 159

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

Shades of Medium Violet Red #D1029F

Tints of Medium Violet Red #D1029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.97%

R = 56.49%
G = 0.54%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1029F (or 0xD1029F) is known color: Medium Violet Red. HEX triplet: D1, 02 and 9F. RGB value is (209,2,159). Sum of RGB (Red+Green+Blue) = 209+2+159=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1029F is #2EFD60. Grayscale: #515151. Windows color (decimal): -3079521 or 10420945. OLE color: 10420945.

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

Color convert

RGB 209 2 159 -
CMYK 0 0.99 0.24 0.18
HSL 314.49º 0.98% 0.41% -
HSV(B) 314.49º 0.99% 0.82% -
XYZ 32.57 16.1 34.19 -
YUV 81.79 171.58 218.73 -
System Red Green Blue C M Y K H S L
Decimal 209 2 159 0 0.99 0.24 0.18 314.49 0.98 0.41
Hex D1 2 9F 0 63 18 12 13A 62 29
Octal 321 2 237 0 143 30 22 472 142 51
Binary 11010001 10 10011111 0 1100011 11000 10010 100111010 1100010 101001

Color Harmonies of #D1029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1029F

Black with #D1029F

Text Example


Text Example

White with #D1029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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