Html Css Color HEX #D3068D Medium Violet Red

📋 copy color: '#D3068D'

red 211 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #D3068D

Tints of Medium Violet Red #D3068D

RGB

 RED value IS 211 (82.81% from 255) = 58.94%

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

 BLUE value IS 141 (55.47% from 255) = 39.39%

R = 58.94%
G = 1.68%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3068D (or 0xD3068D) is known color: Medium Violet Red. HEX triplet: D3, 06 and 8D. RGB value is (211,6,141). Sum of RGB (Red+Green+Blue) = 211+6+141=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D3068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3068D is #2CF972. Grayscale: #525252. Windows color (decimal): -2947443 or 9242323. OLE color: 9242323.

HSL color Cylindrical-coordinate representation of color #D3068D: hue angle of 320.49º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3068D is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 6 141 -
CMYK 0 0.97 0.33 0.17
HSL 320.49º 0.94% 0.43% -
HSV(B) 320.49º 0.97% 0.83% -
XYZ 31.74 15.9 26.6 -
YUV 82.69 160.92 219.52 -
System Red Green Blue C M Y K H S L
Decimal 211 6 141 0 0.97 0.33 0.17 320.49 0.94 0.43
Hex D3 6 8D 0 61 21 11 140 5E 2B
Octal 323 6 215 0 141 41 21 500 136 53
Binary 11010011 110 10001101 0 1100001 100001 10001 101000000 1011110 101011

Color Harmonies of #D3068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3068D

Black with #D3068D

Text Example


Text Example

White with #D3068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3068D; }

 p { color: rgb(211,6,141); }

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

background-color css

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

 a { background-color: rgb(211,6,141); }

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

border-color css

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

 span { border-color: rgb(211,6,141); }

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