Html Css Color HEX #D3068E Medium Violet Red

📋 copy color: '#D3068E'

red 211 ◦ green 6 ◦ blue 142

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

Shades of Medium Violet Red #D3068E

Tints of Medium Violet Red #D3068E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.55%

R = 58.77%
G = 1.67%
B = 39.55%

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

#D3068E (or 0xD3068E) is known color: Medium Violet Red. HEX triplet: D3, 06 and 8E. RGB value is (211,6,142). Sum of RGB (Red+Green+Blue) = 211+6+142=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D3068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3068E is #2CF971. Grayscale: #525252. Windows color (decimal): -2947442 or 9307859. OLE color: 9307859.

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

Color convert

RGB 211 6 142 -
CMYK 0 0.97 0.33 0.17
HSL 320.2º 0.94% 0.43% -
HSV(B) 320.2º 0.97% 0.83% -
XYZ 31.81 15.93 26.99 -
YUV 82.8 161.42 219.44 -
System Red Green Blue C M Y K H S L
Decimal 211 6 142 0 0.97 0.33 0.17 320.2 0.94 0.43
Hex D3 6 8E 0 61 21 11 140 5E 2B
Octal 323 6 216 0 141 41 21 500 136 53
Binary 11010011 110 10001110 0 1100001 100001 10001 101000000 1011110 101011

Color Harmonies of #D3068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3068E

Black with #D3068E

Text Example


Text Example

White with #D3068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3068E; }

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

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

background-color css

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

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

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

border-color css

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

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

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