Html Css Color HEX #D1019B Medium Violet Red

📋 copy color: '#D1019B'

red 209 ◦ green 1 ◦ blue 155

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

Shades of Medium Violet Red #D1019B

Tints of Medium Violet Red #D1019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 57.26%
G = 0.27%
B = 42.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1019B (or 0xD1019B) is known color: Medium Violet Red. HEX triplet: D1, 01 and 9B. RGB value is (209,1,155). Sum of RGB (Red+Green+Blue) = 209+1+155=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1019B is #2EFE64. Grayscale: #505050. Windows color (decimal): -3079781 or 10158545. OLE color: 10158545.

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

Color convert

RGB 209 1 155 -
CMYK 0 1.00 0.26 0.18
HSL 315.58º 0.99% 0.41% -
HSV(B) 315.58º 1% 0.82% -
XYZ 32.22 15.94 32.39 -
YUV 80.75 169.91 219.48 -
System Red Green Blue C M Y K H S L
Decimal 209 1 155 0 1.00 0.26 0.18 315.58 0.99 0.41
Hex D1 1 9B 0 64 1A 12 13C 63 29
Octal 321 1 233 0 144 32 22 474 143 51
Binary 11010001 1 10011011 0 1100100 11010 10010 100111100 1100011 101001

Color Harmonies of #D1019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1019B

Black with #D1019B

Text Example


Text Example

White with #D1019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1019B; }

 p { color: rgb(209,1,155); }

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

background-color css

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

 a { background-color: rgb(209,1,155); }

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

border-color css

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

 span { border-color: rgb(209,1,155); }

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