Html Css Color HEX #D1029A Medium Violet Red

📋 copy color: '#D1029A'

red 209 ◦ green 2 ◦ blue 154

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

Shades of Medium Violet Red #D1029A

Tints of Medium Violet Red #D1029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 57.26%
G = 0.55%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1029A (or 0xD1029A) is known color: Medium Violet Red. HEX triplet: D1, 02 and 9A. RGB value is (209,2,154). Sum of RGB (Red+Green+Blue) = 209+2+154=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1029A is #2EFD65. Grayscale: #505050. Windows color (decimal): -3079526 or 10093265. OLE color: 10093265.

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

Color convert

RGB 209 2 154 -
CMYK 0 0.99 0.26 0.18
HSL 315.94º 0.98% 0.41% -
HSV(B) 315.94º 0.99% 0.82% -
XYZ 32.15 15.93 31.95 -
YUV 81.22 169.08 219.14 -
System Red Green Blue C M Y K H S L
Decimal 209 2 154 0 0.99 0.26 0.18 315.94 0.98 0.41
Hex D1 2 9A 0 63 1A 12 13C 62 29
Octal 321 2 232 0 143 32 22 474 142 51
Binary 11010001 10 10011010 0 1100011 11010 10010 100111100 1100010 101001

Color Harmonies of #D1029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1029A

Black with #D1029A

Text Example


Text Example

White with #D1029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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