Html Css Color HEX #D1029D Medium Violet Red

📋 copy color: '#D1029D'

red 209 ◦ green 2 ◦ blue 157

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

Shades of Medium Violet Red #D1029D

Tints of Medium Violet Red #D1029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 56.79%
G = 0.54%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1029D (or 0xD1029D) is known color: Medium Violet Red. HEX triplet: D1, 02 and 9D. RGB value is (209,2,157). Sum of RGB (Red+Green+Blue) = 209+2+157=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1029D is #2EFD62. Grayscale: #515151. Windows color (decimal): -3079523 or 10289873. OLE color: 10289873.

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

Color convert

RGB 209 2 157 -
CMYK 0 0.99 0.25 0.18
HSL 315.07º 0.98% 0.41% -
HSV(B) 315.07º 0.99% 0.82% -
XYZ 32.4 16.03 33.29 -
YUV 81.56 170.58 218.9 -
System Red Green Blue C M Y K H S L
Decimal 209 2 157 0 0.99 0.25 0.18 315.07 0.98 0.41
Hex D1 2 9D 0 63 19 12 13B 62 29
Octal 321 2 235 0 143 31 22 473 142 51
Binary 11010001 10 10011101 0 1100011 11001 10010 100111011 1100010 101001

Color Harmonies of #D1029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1029D

Black with #D1029D

Text Example


Text Example

White with #D1029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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