Html Css Color HEX #D1069A Medium Violet Red

📋 copy color: '#D1069A'

red 209 ◦ green 6 ◦ blue 154

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

Shades of Medium Violet Red #D1069A

Tints of Medium Violet Red #D1069A

RGB

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

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

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

R = 56.64%
G = 1.63%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1069A (or 0xD1069A) is known color: Medium Violet Red. HEX triplet: D1, 06 and 9A. RGB value is (209,6,154). Sum of RGB (Red+Green+Blue) = 209+6+154=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1069A is #2EF965. Grayscale: #535353. Windows color (decimal): -3078502 or 10094289. OLE color: 10094289.

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

Color convert

RGB 209 6 154 -
CMYK 0 0.97 0.26 0.18
HSL 316.26º 0.94% 0.42% -
HSV(B) 316.26º 0.97% 0.82% -
XYZ 32.19 16.02 31.97 -
YUV 83.57 167.75 217.47 -
System Red Green Blue C M Y K H S L
Decimal 209 6 154 0 0.97 0.26 0.18 316.26 0.94 0.42
Hex D1 6 9A 0 61 1A 12 13C 5E 2A
Octal 321 6 232 0 141 32 22 474 136 52
Binary 11010001 110 10011010 0 1100001 11010 10010 100111100 1011110 101010

Color Harmonies of #D1069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1069A

Black with #D1069A

Text Example


Text Example

White with #D1069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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