Html Css Color HEX #D1069C Medium Violet Red

📋 copy color: '#D1069C'

red 209 ◦ green 6 ◦ blue 156

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

Shades of Medium Violet Red #D1069C

Tints of Medium Violet Red #D1069C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.62%

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 56.33%
G = 1.62%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1069C (or 0xD1069C) is known color: Medium Violet Red. HEX triplet: D1, 06 and 9C. RGB value is (209,6,156). Sum of RGB (Red+Green+Blue) = 209+6+156=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1069C is #2EF963. Grayscale: #535353. Windows color (decimal): -3078500 or 10225361. OLE color: 10225361.

HSL color Cylindrical-coordinate representation of color #D1069C: hue angle of 315.67º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1069C is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 6 156 -
CMYK 0 0.97 0.25 0.18
HSL 315.67º 0.94% 0.42% -
HSV(B) 315.67º 0.97% 0.82% -
XYZ 32.36 16.09 32.85 -
YUV 83.8 168.75 217.3 -
System Red Green Blue C M Y K H S L
Decimal 209 6 156 0 0.97 0.25 0.18 315.67 0.94 0.42
Hex D1 6 9C 0 61 19 12 13C 5E 2A
Octal 321 6 234 0 141 31 22 474 136 52
Binary 11010001 110 10011100 0 1100001 11001 10010 100111100 1011110 101010

Color Harmonies of #D1069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1069C

Black with #D1069C

Text Example


Text Example

White with #D1069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1069C; }

 p { color: rgb(209,6,156); }

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

background-color css

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

 a { background-color: rgb(209,6,156); }

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

border-color css

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

 span { border-color: rgb(209,6,156); }

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