Html Css Color HEX #D1068A Medium Violet Red

📋 copy color: '#D1068A'

red 209 ◦ green 6 ◦ blue 138

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

Shades of Medium Violet Red #D1068A

Tints of Medium Violet Red #D1068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 59.21%
G = 1.7%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1068A (or 0xD1068A) is known color: Medium Violet Red. HEX triplet: D1, 06 and 8A. RGB value is (209,6,138). Sum of RGB (Red+Green+Blue) = 209+6+138=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1068A is #2EF975. Grayscale: #515151. Windows color (decimal): -3078518 or 9045713. OLE color: 9045713.

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

Color convert

RGB 209 6 138 -
CMYK 0 0.97 0.34 0.18
HSL 320.99º 0.94% 0.42% -
HSV(B) 320.99º 0.97% 0.82% -
XYZ 30.95 15.52 25.41 -
YUV 81.75 159.75 218.77 -
System Red Green Blue C M Y K H S L
Decimal 209 6 138 0 0.97 0.34 0.18 320.99 0.94 0.42
Hex D1 6 8A 0 61 22 12 141 5E 2A
Octal 321 6 212 0 141 42 22 501 136 52
Binary 11010001 110 10001010 0 1100001 100010 10010 101000001 1011110 101010

Color Harmonies of #D1068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1068A

Black with #D1068A

Text Example


Text Example

White with #D1068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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